VideoChannel Members
Include Protected Members
Include Inherited Members
Represents a media channel that carries a video data stream.
The VideoChannel type exposes the following members.
Properties
Name | Description | |
---|---|---|
CaptureVideoWindow | Returns a native Win32 VideoWindow for displaying an outgoing video stream from the local conversation participant. Supported only when LyncClient.InSuppressedMode == true. | |
IsContributing | Returns true if this channel is contributing (sending media). (inherited from Channel) | |
Modality | Gets the associated modality object. (inherited from Channel) | |
RenderVideoWindow | Returns a native Win32 VideoWindow for displaying an incoming video stream from a remote conversation participant. Supported only when LyncClient.InSuppressedMode == true. | |
State | Gets the channel state of the currently active channel. (inherited from Channel) |
Top
Methods
Name | Description | |
---|---|---|
BeginStart | Starts the audio or video channel. (inherited from Channel) | |
BeginStop | Stops the audio or video channel. (inherited from Channel) | |
CanInvoke | Returns true if the specified action is allowed. (inherited from Channel) | |
CreateObjRef | (inherited from MarshalByRefObject) | |
EndStart | Blocks calling thread until BeginStart completes. (inherited from Channel) | |
EndStop | Blocks calling thread until BeginStop completes. (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 | Occurs when the availability of an action changes. (inherited from Channel) | |
StateChanged | Occurs when the channel state changes. (inherited from Channel) |
Top