FMIceLinkPcmuFormat Class Reference

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

Overview

A PCMU (G.711u) [format](#//api/name/format).

+ format

Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)format

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h

+ formatWithClockRate:channelCount:

Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)formatWithClockRate:(int)clockRate channelCount:(int)channelCount

Parameters

clockRate

The clock rate.

channelCount

The channel count.

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h

+ formatWithConfig:

Initializes a new instance of the FMIceLinkPcmuFormat class.
+ (FMIceLinkPcmuFormat *)formatWithConfig:(FMIceLinkAudioConfig *)config

Parameters

config

The configuration.

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h

– init

Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h

– initWithClockRate:channelCount:

Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)initWithClockRate:(int)clockRate channelCount:(int)channelCount

Parameters

clockRate

The clock rate.

channelCount

The channel count.

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h

– initWithConfig:

Initializes a new instance of the FMIceLinkPcmuFormat class.
- (instancetype)initWithConfig:(FMIceLinkAudioConfig *)config

Parameters

config

The configuration.

Discussion

Initializes a new instance of the FMIceLinkPcmuFormat class.

Declared In

FMIceLinkPcmuFormat.h