VideoChannel members

Represents a media channel that carries a video data stream.

The VideoChannel type exposes the following members.

Properties

  Name Description
Public property CaptureVideoWindow Returns IVideoWindow for capture video.
Public property IsContributing Returns true if the channel is contributing to the conversation. (Inherited from Channel.)
Public property Modality Gets the associated Microsoft.Lync.Model.Conversation.Modality object. (Inherited from Channel.)
Public property RenderVideoWindow Returns IVideoWindow for render video.
Public property State Gets the state of the channel. (Inherited from Channel.)

Top

Methods

  Name Description
Public method BeginPause Pause the channel. (Inherited from Channel.)
Public method BeginResume Resume the channel. (Inherited from Channel.)
Public method BeginStart Start the audio or video channel. (Inherited from Channel.)
Public method BeginStop Stop the audio or video channel. (Inherited from Channel.)
Public method CanInvoke Returns a flag indicating whether the specific action is allowed. (Inherited from Channel.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndPause Pause the channel. (Inherited from Channel.)
Public method EndResume Resume the channel. (Inherited from Channel.)
Public method EndStart Start the audio or video channel. (Inherited from Channel.)
Public method EndStop Stop the audio or video channel. (Inherited from Channel.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Overrides Channel.Finalize().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event ActionAvailabilityChanged Raised when the availability of a channel action changes. (Inherited from Channel.)
Public event StateChanged Raised when the state of a channel changes. (Inherited from Channel.)

Top

See also

Reference

VideoChannel class

Microsoft.Lync.Model.Conversation.AudioVideo namespace