FMIceLinkPcmuFormat Class Reference
| Inherits from | FMIceLinkG711Format : FMIceLinkAudioFormat : FMIceLinkMediaFormat : NSObject |
|---|---|
| Declared in | FMIceLinkPcmuFormat.h FMIceLinkPcmuFormat.m |
+ format
Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)formatDiscussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h
+ formatWithClockRate:channelCount:
Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)formatWithClockRate:(int)clockRate channelCount:(int)channelCountParameters
clockRate |
The clock rate. |
|---|---|
channelCount |
The channel count. |
Discussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h
+ formatWithConfig:
Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)formatWithConfig:(FMIceLinkAudioConfig *)configParameters
config |
The configuration. |
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h
– init
Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h
– initWithClockRate:channelCount:
Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)initWithClockRate:(int)clockRate channelCount:(int)channelCountParameters
clockRate |
The clock rate. |
|---|---|
channelCount |
The channel count. |
Discussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h
– initWithConfig:
Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)initWithConfig:(FMIceLinkAudioConfig *)configParameters
config |
The configuration. |
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuFormat class.
Declared In
FMIceLinkPcmuFormat.h