Index

Class OcaCodingManager

ClassID: 1.3.12

extends OcaManager

Optional manager that collects all media decoders/encoders (Codecs) which the device owns.

Properties

static readonly OcaClassID ClassID = 1.3.12

Level: 1 Index: 1

Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.

static readonly OcaUint16 ClassVersion = 1

Level: 1 Index: 2

Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.

OcaMap<OcaMediaCodingSchemeID,OcaString> AvailableEncodingSchemes

Level: 3 Index: 1

Map of names of media encoding schemes the device supports, indexed by scheme ID.

OcaMap<OcaMediaCodingSchemeID,OcaString> AvailableDecodingSchemes

Level: 3 Index: 2

Map of names of media decoding schemes the device supports, indexed by scheme ID.

Properties inherited from OcaRoot

readonly OcaONo ObjectNumber

readonly OcaBoolean Lockable

readonly OcaString Role

Methods

OcaCodingManager::GetAvailableEncodingSchemes ( ) → ( OcaMap<OcaMediaCodingSchemeID,OcaString> Schemes)

Level: 3 Index: 1

Retrieves the map of available encoding schemes, indexed by scheme ID. Return value indicates success of the retrieval.

OcaCodingManager::GetAvailableDecodingSchemes ( ) → ( OcaMap<OcaMediaCodingSchemeID,OcaString> Schemes)

Level: 3 Index: 2

Retrieves the map of available decoding schemes, indexed by scheme ID. Return value indicates success of the retrieval.

Methods inherited from OcaRoot

OcaRoot::GetClassIdentification ( ) → ( OcaClassIdentification ClassIdentification)

OcaRoot::GetLockable ( ) → ( OcaBoolean lockable)

OcaRoot::LockTotal ( )

OcaRoot::Unlock ( )

OcaRoot::GetRole ( ) → ( OcaString Role)

OcaRoot::LockReadonly ( )