Top | ![]() |
![]() |
![]() |
![]() |
gint64 | encrypted-length | Read / Write |
gint64 | end-byte | Read |
gint64 | range-length | Read |
gint64 | start-byte | Read |
gint64 | total-size | Read |
RygelDTCPCleartextResponse * rygel_dtcp_cleartext_response_new (gint64 start_byte
,gint64 end_byte
,gint64 total_size
,gint64 encrypted_length
);
RygelDTCPCleartextResponse * rygel_dtcp_cleartext_response_new_from_request (RygelDTCPCleartextRequest *request
,gint64 encrypted_length
);
gint64
rygel_dtcp_cleartext_response_get_start_byte
(RygelDTCPCleartextResponse *self
);
Get and return the current value of the "start-byte" property.
The start of the response range in bytes
gint64
rygel_dtcp_cleartext_response_get_end_byte
(RygelDTCPCleartextResponse *self
);
Get and return the current value of the "end-byte" property.
The end of the range in bytes (inclusive)
gint64
rygel_dtcp_cleartext_response_get_range_length
(RygelDTCPCleartextResponse *self
);
Get and return the current value of the "range-length" property.
The length of the range in bytes
gint64
rygel_dtcp_cleartext_response_get_total_size
(RygelDTCPCleartextResponse *self
);
Get and return the current value of the "total-size" property.
The length of the resource in bytes. May be HTTPSeekRequest.UNSPECIFIED
gint64
rygel_dtcp_cleartext_response_get_encrypted_length
(RygelDTCPCleartextResponse *self
);
Get and return the current value of the "encrypted-length" property.
The encrypted length of the response
void rygel_dtcp_cleartext_response_set_encrypted_length (RygelDTCPCleartextResponse *self
,gint64 value
);
Set the value of the "encrypted-length" property to value
.
The encrypted length of the response
self |
the RygelDTCPCleartextResponse instance to modify |
|
value |
the new value of the "encrypted-length" property |
#define RYGEL_TYPE_DTCP_CLEARTEXT_RESPONSE (rygel_dtcp_cleartext_response_get_type ())
The type for RygelDTCPCleartextResponse.
#define RYGEL_DTCP_CLEARTEXT_RESPONSE_DTCP_CONTENT_RANGE_HEADER "Content-Range.dtcp.com"
struct RygelDTCPCleartextResponseClass { RygelHTTPResponseElementClass parent_class; };
The class structure for RYGEL_TYPE_DTCP_CLEARTEXT_RESPONSE
. All the fields in this structure are private and should never be accessed directly.
“encrypted-length”
property“encrypted-length” gint64
The encrypted length of the response
Flags: Read / Write
Default value: 0
“end-byte”
property“end-byte” gint64
The end of the range in bytes (inclusive)
Flags: Read
Default value: 0
“range-length”
property“range-length” gint64
The length of the range in bytes
Flags: Read
Default value: 0
“start-byte”
property“start-byte” gint64
The start of the response range in bytes
Flags: Read
Default value: 0
“total-size”
property“total-size” gint64
The length of the resource in bytes. May be HTTPSeekRequest.UNSPECIFIED
Flags: Read
Default value: 0