The AudioChanneltype exposes the following members.

Methods

  Name Description
Public method BeginSendDtmf
Sends a Dtmf tone on the audio channel.
Public method BeginStart
Starts the audio or video channel.
(Inherited from Channel.)
Public method BeginStop
Stops the audio or video channel.
(Inherited from Channel.)
Public method CanInvoke
Returns true if the specified action is allowed.
(Inherited from Channel.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndSendDtmf
Blocks calling thread until BeginSendDtmf completes.
Public method EndStart
Blocks calling thread until BeginStart completes.
(Inherited from Channel.)
Public method EndStop
Blocks calling thread until BeginStop completes.
(Inherited from Channel.)
Public method Equals (Inherited from Object.)
Protected method 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 Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property IsContributing
Returns true if this channel is contributing (sending media).
(Inherited from Channel.)
Public property Modality
Gets the associated modality object.
(Inherited from Channel.)
Public property State
Gets the channel state of the currently active channel.
(Inherited from Channel.)

Events

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

See Also