| Top |
#define RYGEL_TYPE_DTCP_CLEARTEXT_REQUEST (rygel_dtcp_cleartext_request_get_type ())
The type for RygelDTCPCleartextRequest.
#define RYGEL_DTCP_CLEARTEXT_REQUEST_DTCP_RANGE_HEADER "Range.dtcp.com"
struct RygelDTCPCleartextRequest {
RygelHTTPSeekRequest parent_instance;
RygelDTCPCleartextRequestPrivate * priv;
};
struct RygelDTCPCleartextRequestClass {
RygelHTTPSeekRequestClass parent_class;
};
The class structure for RYGEL_TYPE_DTCP_CLEARTEXT_REQUEST. All the fields in this structure are private and should never be accessed directly.