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