FMIceLinkG711Format Class Reference

Inherits from FMIceLinkAudioFormat : FMIceLinkMediaFormat : NSObject
Declared in FMIceLinkG711Format.h
FMIceLinkG711Format.m

Overview

A G.711 format.

+ defaultConfig

Gets the default configuration (8000/1).
+ (FMIceLinkAudioConfig *)defaultConfig

Discussion

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)channelCount

Parameters

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)channelCount

Parameters

name

The name.

clockRate

The clock rate.

channelCount

The channel count.

Discussion

Initializes a new instance of the FMIceLinkG711Format class.

Declared In

FMIceLinkG711Format.h