|
|
|
|
|
OutgoingData (Property) In french: Emission
The Emission property is used to identify and modify the type of outgoing data transferred by the stream. By default, the outgoing data transferred by a stream are sound and video. Caution: Transmission in progress is not modified. The changes performed by this property will be taken into account during the next connection.
MonFlux.Emission = StreamSound
MonFlux.Adresse = "123.123.123"
Syntax
Know the type of outgoing data transferred by the stream Hide the details
<Result> = <Stream name>.OutgoingData
<Result>: Integer constant (or combination of constants) Type of outgoing data currently transferred by the stream:
| | StreamSound | Outgoing Sound data is transferred. | StreamVideo | Outgoing Video data is transferred. |
<Stream name>: Character string Name of the stream or name of the Conference control associated with the stream.
Modify the type of outgoing data transferred by the stream Hide the details
<Stream name>.OutgoingData = <New Data Type>
<Stream name>: Character string Name of the stream or name of the Conference control associated with the stream. <New Data Type>: Integer constant (or combination of constants) New type of outgoing data to be transferred by the stream. This modification will be taken into account during the next connection.
| | StreamSound | Outgoing Sound data is transferred. | StreamVideo | Outgoing Video data is transferred. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|