FMIceLinkH264ProfileLevelId Class Reference

Inherits from NSObject
Declared in FMIceLinkH264ProfileLevelId.h
FMIceLinkH264ProfileLevelId.m

Overview

An h.264 Profile Level ID.

– description

Returns a string that represents this instance.
- (NSString *)description

Discussion

Returns a string that represents this instance.

Declared In

FMIceLinkH264ProfileLevelId.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

– initWithProfileIdc:profileIop:levelIdc:

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
- (instancetype)initWithProfileIdc:(int)profileIdc profileIop:(int)profileIop levelIdc:(int)levelIdc

Parameters

profileIdc

The profile ID code.

profileIop

The profile constraints.

levelIdc

The level ID code.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

– initWithProfileLevelId:

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
- (instancetype)initWithProfileLevelId:(NSString *)profileLevelId

Parameters

profileLevelId

The profile level identifier.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

– levelIdc

Gets the level ID code.
- (int)levelIdc

Discussion

Gets the level ID code.

Declared In

FMIceLinkH264ProfileLevelId.h

– profileIdc

Gets the profile ID Code.
- (int)profileIdc

Discussion

Gets the profile ID Code.

Declared In

FMIceLinkH264ProfileLevelId.h

– profileIop

Gets the profile constraints.
- (FMIceLinkH264ProfileIop *)profileIop

Discussion

Gets the profile constraints.

Declared In

FMIceLinkH264ProfileLevelId.h

+ profileLevelId

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
+ (FMIceLinkH264ProfileLevelId *)profileLevelId

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

+ profileLevelId:

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
+ (FMIceLinkH264ProfileLevelId *)profileLevelId:(NSString *)profileLevelId

Parameters

profileLevelId

The profile level identifier.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

+ profileLevelIdWithProfileIdc:profileIop:levelIdc:

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
+ (FMIceLinkH264ProfileLevelId *)profileLevelIdWithProfileIdc:(int)profileIdc profileIop:(int)profileIop levelIdc:(int)levelIdc

Parameters

profileIdc

The profile ID code.

profileIop

The profile constraints.

levelIdc

The level ID code.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileLevelId class.

Declared In

FMIceLinkH264ProfileLevelId.h

– setLevelIdc:

Sets the level ID code.
- (void)setLevelIdc:(int)value

Discussion

Sets the level ID code.

Declared In

FMIceLinkH264ProfileLevelId.h

– setProfileIdc:

Sets the profile ID Code.
- (void)setProfileIdc:(int)value

Discussion

Sets the profile ID Code.

Declared In

FMIceLinkH264ProfileLevelId.h

– setProfileIop:

Sets the profile constraints.
- (void)setProfileIop:(FMIceLinkH264ProfileIop *)value

Discussion

Sets the profile constraints.

Declared In

FMIceLinkH264ProfileLevelId.h