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)channelCount
Parameters
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 *)config
Parameters
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)channelCount
Parameters
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 *)config
Parameters
config |
The configuration. |
---|
Discussion
Initializes a new instance of the FMIceLinkPcmFormat class.
Declared In
FMIceLinkPcmFormat.h