FMIceLinkH264ProfileLevelId Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkH264ProfileLevelId.h FMIceLinkH264ProfileLevelId.m |
– description
Returns a string that represents this instance.
- (NSString *)descriptionDiscussion
Returns a string that represents this instance.
Declared In
FMIceLinkH264ProfileLevelId.h
– init
Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
- (instancetype)initDiscussion
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)levelIdcParameters
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 *)profileLevelIdParameters
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)levelIdcDiscussion
Gets the level ID code.
Declared In
FMIceLinkH264ProfileLevelId.h
– profileIdc
Gets the profile ID Code.
- (int)profileIdcDiscussion
Gets the profile ID Code.
Declared In
FMIceLinkH264ProfileLevelId.h
– profileIop
Gets the profile constraints.
- (FMIceLinkH264ProfileIop *)profileIopDiscussion
Gets the profile constraints.
Declared In
FMIceLinkH264ProfileLevelId.h
+ profileLevelId
Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
+ (FMIceLinkH264ProfileLevelId *)profileLevelIdDiscussion
Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
Declared In
FMIceLinkH264ProfileLevelId.h
+ profileLevelId:
Initializes a new instance of the FMIceLinkH264ProfileLevelId class.
+ (FMIceLinkH264ProfileLevelId *)profileLevelId:(NSString *)profileLevelIdParameters
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)levelIdcParameters
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)valueDiscussion
Sets the level ID code.
Declared In
FMIceLinkH264ProfileLevelId.h
– setProfileIdc:
Sets the profile ID Code.
- (void)setProfileIdc:(int)valueDiscussion
Sets the profile ID Code.
Declared In
FMIceLinkH264ProfileLevelId.h
– setProfileIop:
Sets the profile constraints.
- (void)setProfileIop:(FMIceLinkH264ProfileIop *)valueDiscussion
Sets the profile constraints.
Declared In
FMIceLinkH264ProfileLevelId.h