FMIceLinkG711Format Class Reference
| Inherits from | FMIceLinkAudioFormat : FMIceLinkMediaFormat : NSObject | 
|---|---|
| Declared in | FMIceLinkG711Format.h FMIceLinkG711Format.m  | 
+ defaultConfig
	
Gets the default configuration (8000/1).
			+ (FMIceLinkAudioConfig *)defaultConfigDiscussion
Gets the default configuration (8000/1).
			Declared In
FMIceLinkG711Format.h
+ formatWithName:clockRate:channelCount:
	
Initializes a new instance of the FMIceLinkG711Format class.
			+ (FMIceLinkG711Format *)formatWithName:(NSString *)name clockRate:(int)clockRate channelCount:(int)channelCountParameters
name | 
						The name.  | 
					
|---|---|
clockRate | 
						The clock rate.  | 
					
channelCount | 
						The channel count.  | 
					
Discussion
Initializes a new instance of the FMIceLinkG711Format class.
			Declared In
FMIceLinkG711Format.h
– initWithName:clockRate:channelCount:
	
Initializes a new instance of the FMIceLinkG711Format class.
			- (instancetype)initWithName:(NSString *)name clockRate:(int)clockRate channelCount:(int)channelCountParameters
name | 
						The name.  | 
					
|---|---|
clockRate | 
						The clock rate.  | 
					
channelCount | 
						The channel count.  | 
					
Discussion
Initializes a new instance of the FMIceLinkG711Format class.
			Declared In
FMIceLinkG711Format.h