HTTPTimeSeekResponse
Object Hierarchy:
Description:
public class HTTPTimeSeekResponse :
HTTPResponseElement
Content:
Properties:
Creation methods:
- public HTTPTimeSeekResponse (int64 start_time, int64 end_time, int64 total_duration, int64 start_byte, int64 end_byte, int64 total_size)
- public HTTPTimeSeekResponse.from_request (HTTPTimeSeekRequest time_seek_request, int64 total_duration)
- public HTTPTimeSeekResponse.time_only (int64 start_time, int64 end_time, int64 total_duration)
- public HTTPTimeSeekResponse.with_length (int64 start_time, int64 end_time, int64 total_duration, int64 start_byte, int64 end_byte, int64 total_size, int64 response_length)
Methods:
Inherited Members:
All known members inherited from class Rygel.HTTPResponseElement
All known members inherited from class GLib.Object