HTTPSeek


Object Hierarchy:

Object hierarchy for HTTPSeek

Description:

public abstract class HTTPSeek : Object

HTTPSeek is an abstract representation of a ranged HTTP request.

It can be one of:

  • - The classic Range request (seek_type == HTTPSeekType.BYTE), with start and stop in bytes.

    - The DLNA-Specific "TimeSeekRange.dlna.org" request (seek_type == HTTPSeekType.TIME) with start and stop in microseconds.


Namespace: Rygel
Package: librygel-server

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object