Channel Class
Abstract class representing the carrier of a stream of data such as audio or video.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.Conversation.AudioVideo.Channel
Microsoft.Lync.Model.Conversation.AudioVideo.AudioChannel
Microsoft.Lync.Model.Conversation.AudioVideo.VideoChannel
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public MustInherit Class Channel _
Inherits UCWFull
'Usage
Dim instance As Channel
public abstract class Channel : UCWFull
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.