VideoChannel.CaptureVideoWindow Property
Returns a native Win32 VideoWindow for displaying an outgoing video stream from the local 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 CaptureVideoWindow As VideoWindow
Get
'Usage
Dim instance As VideoChannel
Dim value As VideoWindow
value = instance.CaptureVideoWindow
public VideoWindow CaptureVideoWindow { 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).