|
|
|
|
|
IncomingData (Property) In french: Réception
The Receive property is used to identify and modify the type of incoming data transferred by the stream. By default, incoming 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.Réception = StreamSound
Syntax
Knowing the type of incoming data transferred by the stream Hide the details
<Result> = <Stream name>.IncomingData
<Result>: Integer constant (or combination of constants) Type of incoming data currently transferred by the stream:
| | StreamSound | Incoming sound data is transferred. | StreamVideo | Incoming 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 incoming data transferred by the stream Hide the details
<Stream name>.IncomingData = <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 incoming data to be transferred by the stream:
| | StreamSound | Incoming sound data is transferred. | StreamVideo | Incoming video data is transferred. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|