FMIceLinkH264Format Class Reference

Inherits from FMIceLinkVideoFormat : FMIceLinkMediaFormat : NSObject
Declared in FMIceLinkH264Format.h
FMIceLinkH264Format.m

Overview

An H.264 [format](#//api/name/format).

+ format

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

Discussion

Initializes a new instance of the FMIceLinkH264Format class.

Declared In

FMIceLinkH264Format.h

+ formatWithClockRate:

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

Parameters

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkH264Format class.

Declared In

FMIceLinkH264Format.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkH264Format class.

Declared In

FMIceLinkH264Format.h

– initWithClockRate:

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

Parameters

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkH264Format class.

Declared In

FMIceLinkH264Format.h