| Top |
RygelHTTPTimeSeekRequestRygelHTTPTimeSeekRequest — This class represents a DLNA TimeSeekRange request. |
#define RYGEL_TYPE_HTTP_TIME_SEEK_REQUEST (rygel_http_time_seek_request_get_type ())
The type for RygelHTTPTimeSeekRequest.
#define RYGEL_HTTP_TIME_SEEK_REQUEST_TIMESEEKRANGE_HEADER "TimeSeekRange.dlna.org"
struct RygelHTTPTimeSeekRequest {
RygelHTTPSeekRequest parent_instance;
RygelHTTPTimeSeekRequestPrivate * priv;
gint64 start_time;
gint64 end_time;
gint64 range_duration;
gint64 total_duration;
};
This class represents a DLNA TimeSeekRange request.
A TimeSeekRange request can only have a time range ("npt=start-end").
struct RygelHTTPTimeSeekRequestClass {
RygelHTTPSeekRequestClass parent_class;
};
The class structure for RYGEL_TYPE_HTTP_TIME_SEEK_REQUEST. All the fields in this structure are private and should never be accessed directly.