OcaStreamConnectorIdentification¶
-
class
OcaStreamConnectorIdentification
()¶ A signal source or sink connector at the far end of a stream - normally, in another device. Not all of the fields of this datatype need be used. The fields used will depend on remote device type, media transport network type, and media transport implementation. Normal usage scenarios are:
Unicast input or output : The OcaStream object is instantiated in an OcaStreamConnector object in the local device, and it links to an OcaStreamConnector object in a remote device.
Multicast input _:_ The OcaStream object is instantiated in an OcaStreamConnector object in the local device, and, it may or may not link to an OcaStreamConnector object in a remote device.
Multicast output _:_ The OcaStream object is instantiated in an OcaStreamConnector object in the local device, but in this case does _not_ link to any specific remote connector object.
-
OcaStreamConnectorIdentification.
HostID
¶ type: Uint8Array
Public name or binary ID of host in which this connector resides.
-
OcaStreamConnectorIdentification.
NetworkAddress
¶ type: Uint8Array
Network address of host in which this connector resides.
-
OcaStreamConnectorIdentification.
NodeID
¶ type: Uint8Array
Public name or binary ID of node within the host to which this connector belongs.
-
OcaStreamConnectorIdentification.
StreamConnectorID
¶ type: Uint8Array
Public name or binary ID of this stream connector.