FMIceLinkDtmfFormat Class Reference

Inherits from FMIceLinkAudioFormat : FMIceLinkMediaFormat : NSObject
Declared in FMIceLinkDtmfFormat.h
FMIceLinkDtmfFormat.m

Overview

A DTMF (telephone-event) [format](#//api/name/format).

+ defaultClockRate

Gets the default clock rate (8000).
+ (int)defaultClockRate

Discussion

Gets the default clock rate (8000).

Declared In

FMIceLinkDtmfFormat.h

+ format

Initializes a new instance of the FMIceLinkDtmfFormat class.
+ (FMIceLinkDtmfFormat *)format

Discussion

Initializes a new instance of the FMIceLinkDtmfFormat class.

Declared In

FMIceLinkDtmfFormat.h

+ formatWithClockRate:

Initializes a new instance of the FMIceLinkDtmfFormat class.
+ (FMIceLinkDtmfFormat *)formatWithClockRate:(int)clockRate

Parameters

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkDtmfFormat class.

Declared In

FMIceLinkDtmfFormat.h

– init

Initializes a new instance of the FMIceLinkDtmfFormat class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkDtmfFormat class.

Declared In

FMIceLinkDtmfFormat.h

– initWithClockRate:

Initializes a new instance of the FMIceLinkDtmfFormat class.
- (instancetype)initWithClockRate:(int)clockRate

Parameters

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkDtmfFormat class.

Declared In

FMIceLinkDtmfFormat.h