MillicastSDK 2.0.0
|
Class responsible for initializing a MCAudioFrame
from a CMSampleBuffer
More...
#import <frames.h>
Instance Methods | |
(id) | - initWithSampleBuffer: |
Instance Methods inherited from MCAudioFrame | |
cppFrame | |
initWithCppFrame: | |
Additional Inherited Members | |
Properties inherited from MCAudioFrame | |
const void * | data |
The audio data containing raw audio samples. | |
int | bitsPerSample |
The number of bits per audio sample. | |
int | sampleRate |
The sample rate of the audio data, which is either 48kHz or 44.1kHz. | |
size_t | channelNumber |
The number of audio channels defining whether the audio is mono, stereo, or has more complex channel configurations. | |
size_t | frameNumber |
The number of frames in the data array. The number of frames is dependent on the sample rate and chunk time. | |
Class responsible for initializing a MCAudioFrame
from a CMSampleBuffer
- (id) initWithSampleBuffer: | (CMSampleBufferRef) | buffer |
Initialize with a CMSampleBuffer