Channel Members
Include Protected Members
Include Inherited Members
Abstract class representing the carrier of a stream of data such as audio or video.
The Channel type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsContributing | Returns true if this channel is contributing (sending media). | |
Modality | Gets the associated modality object. | |
State | Gets the channel state of the currently active channel. |
Top
Methods
Name | Description | |
---|---|---|
BeginStart | Starts the audio or video channel. | |
BeginStop | Stops the audio or video channel. | |
CanInvoke | Returns true if the specified action is allowed. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
EndStart | Blocks calling thread until BeginStart completes. | |
EndStop | Blocks calling thread until BeginStop completes. | |
Equals | (inherited from Object) | |
Finalize | (Overrides UCWFullFinalize().) | |
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. | |
StateChanged | Occurs when the channel state changes. |
Top