An H.264 Profile Level ID. More...
Instance Methods | |
(NSString *) | - description |
Returns a string that represents this instance. More... | |
(FMLiveSwitchEncodingInfo *) | - getMaxEncoding |
Gets the max encoding info value for the given level. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class. More... | |
(instancetype) | - initWithProfile:level: |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class. More... | |
(instancetype) | - initWithProfileIdc:profileIop:levelIdc: |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class. More... | |
(instancetype) | - initWithProfileLevelId: |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class. More... | |
(NSString *) | - level |
Gets the level. More... | |
(int) | - levelIdc |
Gets the level ID code. More... | |
(NSString *) | - profile |
Gets the profile. More... | |
(int) | - profileIdc |
Gets the profile ID Code. More... | |
(FMLiveSwitchH264ProfileIop *) | - profileIop |
Gets the profile constraints. More... | |
(void) | - setLevelIdc: |
Sets the level ID code. More... | |
(void) | - setProfileIdc: |
Sets the profile ID Code. More... | |
(void) | - setProfileIop: |
Sets the profile constraints. More... | |
An H.264 Profile Level ID.
+ (FMLiveSwitchH264ProfileLevelId*) baselineLevel10 |
Gets baseline profile level 1.0.
+ (FMLiveSwitchH264ProfileLevelId*) baselineLevel31 |
Gets baseline profile level 3.1.
+ (FMLiveSwitchH264ProfileLevelId*) constrainedBaselineLevel10 |
Gets constrained baseline profile level 1.0.
+ (FMLiveSwitchH264ProfileLevelId*) constrainedBaselineLevel31 |
Gets constrained baseline profile level 3.1.
+ (FMLiveSwitchH264ProfileLevelId*) default |
- (NSString*) description |
Returns a string that represents this instance.
- (FMLiveSwitchEncodingInfo*) getMaxEncoding |
Gets the max encoding info value for the given level.
+ (FMLiveSwitchH264ProfileLevelId*) highLevel50 |
Gets high profile level 5.0.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profile | The profile. |
level | The level. |
- (instancetype) initWithProfileIdc: | (int) | profileIdc | |
profileIop: | (int) | profileIop | |
levelIdc: | (int) | levelIdc | |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profileIdc | The profile ID code. |
profileIop | The profile constraints. |
levelIdc | The level ID code. |
- (instancetype) initWithProfileLevelId: | (NSString *) | profileLevelId |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profileLevelId | The profile level identifier. |
- (NSString*) level |
Gets the level.
- (int) levelIdc |
Gets the level ID code.
+ (FMLiveSwitchH264ProfileLevelId*) mainLevel50 |
Gets main profile level 5.0.
- (NSString*) profile |
Gets the profile.
- (int) profileIdc |
Gets the profile ID Code.
- (FMLiveSwitchH264ProfileIop*) profileIop |
Gets the profile constraints.
+ (FMLiveSwitchH264ProfileLevelId*) profileLevelId |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
+ (FMLiveSwitchH264ProfileLevelId*) profileLevelId: | (NSString *) | profileLevelId |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profileLevelId | The profile level identifier. |
+ (FMLiveSwitchH264ProfileLevelId*) profileLevelIdWithProfile: | (NSString *) | profile | |
level: | (NSString *) | level | |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profile | The profile. |
level | The level. |
+ (FMLiveSwitchH264ProfileLevelId*) profileLevelIdWithProfileIdc: | (int) | profileIdc | |
profileIop: | (int) | profileIop | |
levelIdc: | (int) | levelIdc | |
Initializes a new instance of the FMLiveSwitchH264ProfileLevelId class.
profileIdc | The profile ID code. |
profileIop | The profile constraints. |
levelIdc | The level ID code. |
- (void) setLevelIdc: | (int) | value |
Sets the level ID code.
- (void) setProfileIdc: | (int) | value |
Sets the profile ID Code.
- (void) setProfileIop: | (FMLiveSwitchH264ProfileIop *) | value |
Sets the profile constraints.