VideoChannel.RenderVideoWindow Property

Returns a native Win32 VideoWindow for displaying an incoming video stream from a remote conversation participant. Supported only when LyncClient.InSuppressedMode == true.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property RenderVideoWindow As VideoWindow
    Get
'Usage
Dim instance As VideoChannel
Dim value As VideoWindow

value = instance.RenderVideoWindow
public VideoWindow RenderVideoWindow { get; }

Property Value

Type: Microsoft.Lync.Model.Conversation.AudioVideo.VideoWindow

Remarks

The render video window should only be used when Lync is running in suppressed mode (LyncClient.InSuppressedMode == true).

See Also

Reference

VideoChannel Class

VideoChannel Members

Microsoft.Lync.Model.Conversation.AudioVideo Namespace