Top | ![]() |
![]() |
![]() |
![]() |
gint64 | end-byte | Read |
gint64 | range-length | Read |
gint64 | start-byte | Read |
gint64 | total-size | Read |
RygelDTCPCleartextRequest * rygel_dtcp_cleartext_request_new (SoupMessage *message
,RygelHTTPGetHandler *handler
,GError **error
);
message |
|
|
handler |
|
|
error |
location to store the error occuring, or |
[error-domains RygelHTTPSeekRequestError RygelHTTPRequestError] |
gint64
rygel_dtcp_cleartext_request_get_start_byte
(RygelDTCPCleartextRequest *self
);
Get and return the current value of the "start-byte" property.
The start of the cleartext range in bytes
gint64
rygel_dtcp_cleartext_request_get_end_byte
(RygelDTCPCleartextRequest *self
);
Get and return the current value of the "end-byte" property.
The end of the cleartext range in bytes (inclusive). May be HTTPSeekRequest.UNSPECIFIED
gint64
rygel_dtcp_cleartext_request_get_range_length
(RygelDTCPCleartextRequest *self
);
Get and return the current value of the "range-length" property.
The length of the cleartext range in bytes. May be HTTPSeekRequest.UNSPECIFIED
gint64
rygel_dtcp_cleartext_request_get_total_size
(RygelDTCPCleartextRequest *self
);
Get and return the current value of the "total-size" property.
The length of the cleartext resource in bytes. May be HTTPSeekRequest.UNSPECIFIED
gboolean rygel_dtcp_cleartext_request_supported (SoupMessage *message
,RygelHTTPGetHandler *handler
);
gboolean
rygel_dtcp_cleartext_request_requested
(SoupMessage *message
);
#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 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.
“end-byte”
property“end-byte” gint64
The end of the cleartext range in bytes (inclusive). May be HTTPSeekRequest.UNSPECIFIED
Flags: Read
Default value: 0
“range-length”
property“range-length” gint64
The length of the cleartext range in bytes. May be HTTPSeekRequest.UNSPECIFIED
Flags: Read
Default value: 0
“start-byte”
property“start-byte” gint64
The start of the cleartext range in bytes
Flags: Read
Default value: 0
“total-size”
property“total-size” gint64
The length of the cleartext resource in bytes. May be HTTPSeekRequest.UNSPECIFIED
Flags: Read
Default value: 0