static
readonly
OcaClassID ClassID
= 1.3.7
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.
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.
OcaList<OcaMediaClockType
> ClockSourceTypesSupported
Level: 3 Index: 1
List of clock source types supported by OcaMediaClock objects in this device. Note: In AES70-2017, this method is deprecated. It only reflects the clock types of OcaMediaClock objects, which are now deprecated. It does not apply to OcaMediaClock3 objects, since these do not have type attributes. If the number of OcaMediaClock objects in the device is zero, this property is empty.
Level: 3 Index: 2
Object numbers of OcaMediaClock objects, one for each clock which this device uses and/or sources. Note: In AES70-2017, this property is deprecated.
Level: 3 Index: 3
Object numbers of OcaMediaClock3 objects, one for each clock which this device uses and/or sources.
Properties inherited from OcaRoot
OcaMediaClockManager::GetClocks (
)
→ (
OcaList<OcaONo> Clocks)
Level: 3 Index: 1
Gets the list of object numbers of OcaMediaClock instances in this device. Return value indicates whether list was successfully retrieved. Note: In AES70-2017, this method is deprecated.
OcaMediaClockManager::GetMediaClockTypesSupported (
)
→ (
OcaList<OcaMediaClockType
> MediaClockTypes)
Level: 3 Index: 2
Gets the list of media clock types supported by OcaMediaClock objects in the device. Return value indicates whether the list was successfully retrieved. Note : In AES70-2017, this method is deprecated.
OcaMediaClockManager::GetClock3s (
)
→ (
OcaList<OcaONo> Clocks)
Level: 3 Index: 3
Gets the list of object numbers of OcaMediaClock3 instances in this device. Return value indicates whether list was successfully retrieved.