FMIceLinkMatroskaAudioRecorder Class Reference
| Inherits from | FMIceLinkAudioRecorder : FMIceLinkMediaRecorder : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaAudioRecorder.h FMIceLinkMatroskaAudioRecorder.m |
+ audioRecorderWithPath:inputFormat:
Initializes a new instance of the FMIceLinkMatroskaAudioRecorder class.
+ (FMIceLinkMatroskaAudioRecorder *)audioRecorderWithPath:(NSString *)path inputFormat:(FMIceLinkAudioFormat *)inputFormatParameters
path |
The path. |
|---|---|
inputFormat |
The input format. |
Discussion
Initializes a new instance of the FMIceLinkMatroskaAudioRecorder class.
Declared In
FMIceLinkMatroskaAudioRecorder.h
– doUpdateHeader
Updates the file header.
- (void)doUpdateHeaderDiscussion
Updates the file header.
Declared In
FMIceLinkMatroskaAudioRecorder.h
– doWriteHeader
Writes the file header.
- (void)doWriteHeaderDiscussion
Writes the file header.
Declared In
FMIceLinkMatroskaAudioRecorder.h
– doWriteWithBuffer:presentationTimestamp:
Write an encoded video frame.
- (bool)doWriteWithBuffer:(FMIceLinkAudioBuffer *)buffer presentationTimestamp:(long long)presentationTimestampParameters
buffer |
The encoded buffer. |
|---|---|
presentationTimestamp |
The presentation timestamp. |
Return Value
true if the encoded frame was written successfully; otherwise, false
Discussion
Write an encoded video frame.
Declared In
FMIceLinkMatroskaAudioRecorder.h
– initWithPath:inputFormat:
Initializes a new instance of the FMIceLinkMatroskaAudioRecorder class.
- (instancetype)initWithPath:(NSString *)path inputFormat:(FMIceLinkAudioFormat *)inputFormatParameters
path |
The path. |
|---|---|
inputFormat |
The input format. |
Discussion
Initializes a new instance of the FMIceLinkMatroskaAudioRecorder class.
Declared In
FMIceLinkMatroskaAudioRecorder.h