AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Gère uniquement le son
MonFlux.Emission = StreamSound
MonFlux.Adresse = "123.123.123"
Sintaxis

Know the type of outgoing data transferred by the stream Ocultar los detalles

<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 Ocultar los detalles

<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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local