OcaNetworkMediaSourceOrSink¶
-
class
OcaNetworkMediaSourceOrSink
()¶ enum that describes whether a port is a source (= sends program into the network; “talker”) or sink (=receives program from the network; “listener”)
-
OcaNetworkMediaSourceOrSink.
None
¶ type: OcaNetworkMediaSourceOrSink
Singleton object corresponding to the entry with value
0
.
-
OcaNetworkMediaSourceOrSink.
Source
¶ type: OcaNetworkMediaSourceOrSink
Singleton object corresponding to the entry with value
1
.
-
OcaNetworkMediaSourceOrSink.
Sink
¶ type: OcaNetworkMediaSourceOrSink
Singleton object corresponding to the entry with value
2
.
-