FMIceLinkOpusDecoder Class Reference
| Inherits from | FMIceLinkAudioDecoder : FMIceLinkAudioPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkOpusDecoder.h FMIceLinkOpusDecoder.m |
+ decoder
Initializes a new instance of the FMIceLinkOpusDecoder class.
+ (FMIceLinkOpusDecoder *)decoderDiscussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
+ decoderWithConfig:
Initializes a new instance of the FMIceLinkOpusDecoder class.
+ (FMIceLinkOpusDecoder *)decoderWithConfig:(FMIceLinkAudioConfig *)configParameters
config |
The configuration. |
|---|
Discussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
+ decoderWithInput:
Initializes a new instance of the FMIceLinkOpusDecoder class.
+ (FMIceLinkOpusDecoder *)decoderWithInput:(NSObject<FMIceLinkIAudioOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
– doDestroy
Destroys this instance.
- (void)doDestroyDiscussion
Destroys this instance.
Declared In
FMIceLinkOpusDecoder.h
– doProcessFrame:inputBuffer:
Processes a frame.
- (void)doProcessFrame:(FMIceLinkAudioFrame *)frame inputBuffer:(FMIceLinkAudioBuffer *)inputBufferParameters
frame |
The frame. |
|---|---|
inputBuffer |
The input buffer. |
Discussion
Processes a frame.
Declared In
FMIceLinkOpusDecoder.h
– doProcessSdpMediaDescription:isOffer:isLocalDescription:
Processes a SDP media description.
- (FMIceLinkError *)doProcessSdpMediaDescription:(FMIceLinkSdpMediaDescription *)mediaDescription isOffer:(bool)isOffer isLocalDescription:(bool)isLocalDescriptionParameters
mediaDescription |
The media description. |
|---|---|
isOffer |
if set to true [is offer]. |
isLocalDescription |
if set to true [is local description]. |
Discussion
Processes a SDP media description.
Declared In
FMIceLinkOpusDecoder.h
– init
Initializes a new instance of the FMIceLinkOpusDecoder class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
– initWithConfig:
Initializes a new instance of the FMIceLinkOpusDecoder class.
- (instancetype)initWithConfig:(FMIceLinkAudioConfig *)configParameters
config |
The configuration. |
|---|
Discussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
– initWithInput:
Initializes a new instance of the FMIceLinkOpusDecoder class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIAudioOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkOpusDecoder class.
Declared In
FMIceLinkOpusDecoder.h
– label
Gets a label that identifies this class.
- (NSString *)labelDiscussion
Gets a label that identifies this class.
Declared In
FMIceLinkOpusDecoder.h