VideoWindow class

Draws the video content for either the outgoing (capture) or the incoming (render) video. Native implementation of the IVideoWindow interface http://go.microsoft.com/fwlink/?LinkId=202572

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWLite
        Microsoft.Lync.Model.Conversation.AudioVideo.VideoWindow

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

Syntax

'Declaration
Public Class VideoWindow _
    Inherits UCWLite
'Usage
Dim instance As VideoWindow
public class VideoWindow : UCWLite

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace