FMIceLinkPcmuDecoder Class Reference
| Inherits from | FMIceLinkAudioDecoder : FMIceLinkAudioPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkPcmuDecoder.h FMIceLinkPcmuDecoder.m  | 
+ decoder
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			+ (FMIceLinkPcmuDecoder *)decoderDiscussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
+ decoderWithConfig:
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			+ (FMIceLinkPcmuDecoder *)decoderWithConfig:(FMIceLinkAudioConfig *)configParameters
config | 
						The configuration.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
+ decoderWithInput:
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			+ (FMIceLinkPcmuDecoder *)decoderWithInput:(NSObject<FMIceLinkIAudioOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkPcmuDecoder.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
FMIceLinkPcmuDecoder.h
– init
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
– initWithConfig:
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			- (instancetype)initWithConfig:(FMIceLinkAudioConfig *)configParameters
config | 
						The configuration.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIAudioOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkPcmuDecoder class.
			Declared In
FMIceLinkPcmuDecoder.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkPcmuDecoder.h