Click or drag to resize

IAudioStream Interface

Audio stream interface.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IAudioStream type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the current direction.
(Inherited from IStream.)
Public propertyId
Gets or sets the identifier.
(Inherited from IStream.)
Public propertyLabel
Gets a label that identifies this class.
(Inherited from IStream.)
Public propertyLocalBandwidth
Gets or sets the local bandwidth in Kbps (Kilobits per second).
(Inherited from IMediaStream.)
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
(Inherited from IStream.)
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from IStream.)
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from IStream.)
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
(Inherited from IMediaStream.)
Public propertyRemoteBandwidth
Gets or sets the remote bandwidth in Kbps (Kilobits per second).
(Inherited from IMediaStream.)
Public propertyRemoteDirection
Gets the current direction indicated by the remote description.
(Inherited from IStream.)
Public propertyRemoteReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.)
Public propertyRemoteSend
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.)
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from IStream.)
Public propertyType
Gets the type.
(Inherited from IStream.)
Top
Methods
  NameDescription
Public methodChangeDirection
Changes this stream's direction.
(Inherited from IStream.)
Public methodInsertDtmfTone
Inserts a DTMF tone.
Public methodInsertDtmfTones
Inserts DTMF tones.
Top
Events
  NameDescription
Public eventOnDirectionChange
Raised when the signalling state changes.
(Inherited from IStream.)
Public eventOnReceiveDtmfTone
Raised when a DTMF tone is received.
Public eventOnReceiveDtmfToneChange
Raised when the received DTMF tone changes.
Public eventOnSendDtmfTone
Raised when a DTMF tone is sent.
Public eventOnSendDtmfToneChange
Raised when the sent DTMF tone changes.
Top
See Also