FMIceLinkDtmfFormat Class Reference
| Inherits from | FMIceLinkAudioFormat : FMIceLinkMediaFormat : NSObject |
|---|---|
| Declared in | FMIceLinkDtmfFormat.h FMIceLinkDtmfFormat.m |
+ defaultClockRate
Gets the default clock rate (8000).
+ (int)defaultClockRateDiscussion
Gets the default clock rate (8000).
Declared In
FMIceLinkDtmfFormat.h
+ format
Initializes a new instance of the FMIceLinkDtmfFormat class.
+ (FMIceLinkDtmfFormat *)formatDiscussion
Initializes a new instance of the FMIceLinkDtmfFormat class.
Declared In
FMIceLinkDtmfFormat.h
+ formatWithClockRate:
Initializes a new instance of the FMIceLinkDtmfFormat class.
+ (FMIceLinkDtmfFormat *)formatWithClockRate:(int)clockRateParameters
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)initDiscussion
Initializes a new instance of the FMIceLinkDtmfFormat class.
Declared In
FMIceLinkDtmfFormat.h
– initWithClockRate:
Initializes a new instance of the FMIceLinkDtmfFormat class.
- (instancetype)initWithClockRate:(int)clockRateParameters
clockRate |
The clock rate. |
|---|
Discussion
Initializes a new instance of the FMIceLinkDtmfFormat class.
Declared In
FMIceLinkDtmfFormat.h