FMIceLinkIAudioStream Protocol Reference

Conforms to FMIceLinkIMediaStream
FMIceLinkIStream
Declared in FMIceLinkIAudioStream.h

Overview

Audio stream interface.

– addOnReceiveDtmfTone: required method

Adds a handler that is raised when a DTMF tone is received.
- (void)addOnReceiveDtmfTone:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised when a DTMF tone is received.

Declared In

FMIceLinkIAudioStream.h

– addOnReceiveDtmfToneChange: required method

Adds a handler that is raised when the received DTMF tone changes.
- (void)addOnReceiveDtmfToneChange:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised when the received DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnReceiveDtmfToneChangeWithBlock required method

Adds a handler that is raised when the received DTMF tone changes.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDtmfTone *) ))addOnReceiveDtmfToneChangeWithBlock

Discussion

Adds a handler that is raised when the received DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnReceiveDtmfToneChangeWithBlock: required method

Adds a handler that is raised when the received DTMF tone changes.
- (void)addOnReceiveDtmfToneChangeWithBlock:(void ( ^ ) ( FMIceLinkDtmfTone *))valueBlock

Discussion

Adds a handler that is raised when the received DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnReceiveDtmfToneWithBlock required method

Adds a handler that is raised when a DTMF tone is received.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDtmfTone *) ))addOnReceiveDtmfToneWithBlock

Discussion

Adds a handler that is raised when a DTMF tone is received.

Declared In

FMIceLinkIAudioStream.h

– addOnReceiveDtmfToneWithBlock: required method

Adds a handler that is raised when a DTMF tone is received.
- (void)addOnReceiveDtmfToneWithBlock:(void ( ^ ) ( FMIceLinkDtmfTone *))valueBlock

Discussion

Adds a handler that is raised when a DTMF tone is received.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfTone: required method

Adds a handler that is raised when a DTMF tone is sent.
- (void)addOnSendDtmfTone:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised when a DTMF tone is sent.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfToneChange: required method

Adds a handler that is raised when the sent DTMF tone changes.
- (void)addOnSendDtmfToneChange:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised when the sent DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfToneChangeWithBlock required method

Adds a handler that is raised when the sent DTMF tone changes.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDtmfTone *) ))addOnSendDtmfToneChangeWithBlock

Discussion

Adds a handler that is raised when the sent DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfToneChangeWithBlock: required method

Adds a handler that is raised when the sent DTMF tone changes.
- (void)addOnSendDtmfToneChangeWithBlock:(void ( ^ ) ( FMIceLinkDtmfTone *))valueBlock

Discussion

Adds a handler that is raised when the sent DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfToneWithBlock required method

Adds a handler that is raised when a DTMF tone is sent.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDtmfTone *) ))addOnSendDtmfToneWithBlock

Discussion

Adds a handler that is raised when a DTMF tone is sent.

Declared In

FMIceLinkIAudioStream.h

– addOnSendDtmfToneWithBlock: required method

Adds a handler that is raised when a DTMF tone is sent.
- (void)addOnSendDtmfToneWithBlock:(void ( ^ ) ( FMIceLinkDtmfTone *))valueBlock

Discussion

Adds a handler that is raised when a DTMF tone is sent.

Declared In

FMIceLinkIAudioStream.h

– insertDtmfTone: required method

Inserts a DTMF tone.
- (bool)insertDtmfTone:(FMIceLinkDtmfTone *)dtmfTone

Parameters

dtmfTone

The DTMF tone.

Discussion

Inserts a DTMF tone.

Declared In

FMIceLinkIAudioStream.h

– insertDtmfTones: required method

Inserts DTMF tones.
- (bool)insertDtmfTones:(NSMutableArray *)dtmfTones

Parameters

dtmfTones

The DTMF tones.

Discussion

Inserts DTMF tones.

Declared In

FMIceLinkIAudioStream.h

– removeOnReceiveDtmfTone: required method

Removes a handler that is raised when a DTMF tone is received.
- (void)removeOnReceiveDtmfTone:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised when a DTMF tone is received.

Declared In

FMIceLinkIAudioStream.h

– removeOnReceiveDtmfToneChange: required method

Removes a handler that is raised when the received DTMF tone changes.
- (void)removeOnReceiveDtmfToneChange:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised when the received DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h

– removeOnSendDtmfTone: required method

Removes a handler that is raised when a DTMF tone is sent.
- (void)removeOnSendDtmfTone:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised when a DTMF tone is sent.

Declared In

FMIceLinkIAudioStream.h

– removeOnSendDtmfToneChange: required method

Removes a handler that is raised when the sent DTMF tone changes.
- (void)removeOnSendDtmfToneChange:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised when the sent DTMF tone changes.

Declared In

FMIceLinkIAudioStream.h