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 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.
Example
// Modifie le type de données entrantes transférées par le flux
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:
StreamSoundIncoming sound data is transferred.
StreamVideoIncoming 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:
StreamSoundIncoming sound data is transferred.
StreamVideoIncoming 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