ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The OutgoingData property is used to determine and change the type of data emitted by the stream.
A stream emits sound and video by default.
Caution: The current transmission is not modified. The changes performed by this property will be taken into account during the next connection.
Example
// Manages the sound only
MyStream.OutgoingData = StreamSound
MyStream.Address = "123.123.123"
Syntax

Determining the type of data emitted by the stream Hide the details

<Result> = <Stream name>.OutgoingData
<Result>: Integer constant (or combination of constants)
Type of data currently emitted:
StreamSoundThe sound data is emitted.
StreamVideoThe Video data is emitted.
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.

Changing the type of data emitted 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 data to emit. This modification will be taken into account during the next connection.
StreamSoundThe Sound data is emitted.
StreamVideoThe Video data is emitted.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help