ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Gère uniquement le son
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:
StreamSoundOutgoing Sound data is transferred.
StreamVideoOutgoing 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.
StreamSoundOutgoing Sound data is transferred.
StreamVideoOutgoing Video data is transferred.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help