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 IncomingData property gets and sets the type of data received by the stream.
A stream receives 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
// Modify the type of incoming data
MyStream.IncomingData = StreamSound
Syntax

Finding out the type of data received by the stream Hide the details

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

Changing the type of data received 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 data to receive:
StreamSoundThe Sound data is received.
StreamVideoThe Video data is received.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 02/02/2023

Send a report | Local help