AudioChannel Members

Include Protected Members
Include Inherited Members

Represents the media channel that carries an audio data stream.

The AudioChannel type exposes the following members.

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)

Top

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 (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 Occurs when the availability of an action changes. (inherited from Channel)
Public event StateChanged Occurs when the channel state changes. (inherited from Channel)

Top

See Also

Reference

AudioChannel Class

Microsoft.Lync.Model.Conversation.AudioVideo Namespace