VideoChannel members
Represents a media channel that carries a video data stream.
The VideoChannel type exposes the following members.
Properties
Name | Description | |
---|---|---|
CaptureVideoWindow | Returns IVideoWindow for capture video. | |
IsContributing | Returns true if the channel is contributing to the conversation. (Inherited from Channel.) | |
Modality | Gets the associated Microsoft.Lync.Model.Conversation.Modality object. (Inherited from Channel.) | |
RenderVideoWindow | Returns IVideoWindow for render video. | |
State | Gets the state of the channel. (Inherited from Channel.) |
Top
Methods
Name | Description | |
---|---|---|
BeginPause | Pause the channel. (Inherited from Channel.) | |
BeginResume | Resume the channel. (Inherited from Channel.) | |
BeginStart | Start the audio or video channel. (Inherited from Channel.) | |
BeginStop | Stop the audio or video channel. (Inherited from Channel.) | |
CanInvoke | Returns a flag indicating whether the specific action is allowed. (Inherited from Channel.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndPause | Pause the channel. (Inherited from Channel.) | |
EndResume | Resume the channel. (Inherited from Channel.) | |
EndStart | Start the audio or video channel. (Inherited from Channel.) | |
EndStop | Stop the audio or video channel. (Inherited from Channel.) | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Channel.Finalize().) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when the availability of a channel action changes. (Inherited from Channel.) | |
StateChanged | Raised when the state of a channel changes. (Inherited from Channel.) |
Top