VideoChannel class

Represents a media channel that carries a video data stream.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWFull
        Microsoft.Lync.Model.Conversation.AudioVideo.Channel
          Microsoft.Lync.Model.Conversation.AudioVideo.VideoChannel

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

Syntax

'Declaration
Public Class VideoChannel _
    Inherits Channel
'Usage
Dim instance As VideoChannel
public class VideoChannel : Channel

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

VideoChannel members

Microsoft.Lync.Model.Conversation.AudioVideo namespace