VideoChannel.RenderVideoWindow property

Returns IVideoWindow for render video.

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

See also

Reference

VideoChannel class

VideoChannel members

Microsoft.Lync.Model.Conversation.AudioVideo namespace