Deprecated Event & Subscription Datatypes
OcaMediaConnectorStatusChangedEventData
-
using OcaMediaConnectorStatusChangedEventData = OcaMediaConnectorStatus
OcaMediaSourceConnectorChangedEventData
-
struct OcaMediaSourceConnectorChangedEventData
-
OcaMediaSourceConnector SourceConnector
The media source connector for which the changed event holds (i.e. that is added, deleted or changed).
-
OcaPropertyChangeType ChangeType
Indicates what type of change occurred. Only ItemAdded, ItemChanged and ItemDeleted can be used in this event data.
-
OcaMediaConnectorElement ChangedElement
Indicates which element(s) of the connector changed. If the connector is added or deleted, all bits in this bitset shall be set.
-
OcaMediaSourceConnector SourceConnector
OcaMediaSinkConnectorChangedEventData
-
struct OcaMediaSinkConnectorChangedEventData
-
OcaMediaSinkConnector SinkConnector
The media source connector for which the changed event holds (i.e. that is added, deleted or changed).
-
OcaPropertyChangeType ChangeType
Indicates what type of change occurred. Only ItemAdded, ItemChanged and ItemDeleted can be used in this event data.
-
OcaMediaConnectorElement ChangedElement
Indicates which element(s) of the connector changed. If the connector is added or deleted, all bits in this bitset shall be set.
-
OcaMediaSinkConnector SinkConnector
OcaMediaConnectorElement
-
using OcaMediaConnectorElement = OcaBitSet16
Bitset describing which elements of a media connector have changed.
OcaGrouperStatusChangeType
-
enum OcaGrouperStatusChangeType : uint8_t
Enum describing status change types, as used in OcaGrouper’s StatusChange event. Deprecated in AES70-2024.
-
enumerator citizenAdded = 1
New citizen has been added to the Grouper and is now in the online state.
-
enumerator citizenDeleted = 2
A citizen has been deleted from the Grouper.
-
enumerator citizenConnectionLost = 3
Previously online citizen has lost its connection with the grouper and is now in the offline state.
-
enumerator citizenConnectionReEstablished = 4
Previously offline citizen has lost its connection with the grouper and is now in the online state.
-
enumerator citizenError = 5
A citizen has failed to execute a requested parameter change.
-
enumerator enrollment = 6
A citizen has enrolled in a group, and is now a member of that group.
-
enumerator unEnrollment = 7
A member has been removed from a group.
-
enumerator citizenAdded = 1
OcaGrouperStatusChangeEventData
-
struct OcaGrouperStatusChangeEventData
Notification data supplied by the OcaGrouper.StatusChange() event. Deprecated in AES70-2024.
-
OcaUint16 citizenIndex
Index of citizen within given grouper, or zero if event is non-citizen-specific.
-
OcaGrouperStatusChangeType changeType
Type of change.
-
OcaUint16 citizenIndex