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