Flags

Details

class GUPnPAV.DLNAConversion(value)

Bases: GObject.GFlags

The DLNA conversion flags for a resource.

NONE = 0

Content is in original source format

TRANSCODED = 1

Content is transcoded

class GUPnPAV.DLNAFlags(value)

Bases: GObject.GFlags

The miscellaneous operations supported by a resource. For details on these flags please refer to section 7.3.37.2 of DLNA Networked Device Interoperability Guidelines Volume 1, October 2006.

Updated DTCP Flags based on 2011 Guidelines, section 7.4.1.3.23.2

SENDER_PACED = -2147483648

Content source is the clock source during transport

NONE = 0

No flags

DLNA_V15 = 1048576

DLNAv1.5 version flag

TIME_BASED_SEEK = 1073741824

Limited Operation: time-seek supported

S0_INCREASE = 134217728

Content does not have a fixed beginning

LOP_CLEARTEXT_BYTESEEK = 16384

Limited operations on byte seek in cleartext domain.

STREAMING_TRANSFER_MODE = 16777216

Streaming transfer mode supported

CONNECTION_STALL = 2097152

No content transfer when paused.

PLAY_CONTAINER = 268435456

Resource supports ‘Container Playback’

CLEARTEXT_BYTESEEK_FULL = 32768

Full byte seek on cleartext domain is supported.

RTSP_PAUSE = 33554432

RTSP resource supports pausing of media transfer

BACKGROUND_TRANSFER_MODE = 4194304

Background transfer mode supported

BYTE_BASED_SEEK = 536870912

Limited Operation: byte-seek supported

The content is protected.

SN_INCREASE = 67108864

Content does not have a fixed end

INTERACTIVE_TRANSFER_MODE = 8388608

Interactive transfer mode supported

class GUPnPAV.DLNAOperation(value)

Bases: GObject.GFlags

The seek operations supported by a resource.

NONE = 0

Resource does not support seeking of any type

RANGE = 1

Resource supports byte-seek

TIMESEEK = 16

Resource supports time-seek

class GUPnPAV.OCMFlags(value)

Bases: GObject.GFlags

The DLNA OCM flags supported by a DIDL-Lite Object. For details on these flags please refer to section 7.3.118.4 of DLNA Networked Device Interoperability Guidelines Volume 1, October 2006.

NONE = 0

No flags

UPLOAD = 1

Indicates support for content upload.

CHANGE_METADATA = 16

Indicates support for changing metadata.

CREATE_CONTAINER = 2

Indicates support for creation of child container.

DESTROYABLE = 4

This object is destroyable.

UPLOAD_DESTROYABLE = 8

Indicates support for upload of destroyable content.