An H.264 Profile Level ID. More...
Public Member Functions | |
| String | getLevel () |
| Gets the level. More... | |
| int | getLevelIdc () |
| Gets the level ID code. More... | |
| fm.liveswitch.EncodingInfo | getMaxEncoding () |
| Gets the max encoding info value for the given level. More... | |
| String | getProfile () |
| Gets the profile. More... | |
| int | getProfileIdc () |
| Gets the profile ID Code. More... | |
| fm.liveswitch.h264.ProfileIop | getProfileIop () |
| Gets the profile constraints. More... | |
| ProfileLevelId () | |
| Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class. More... | |
| ProfileLevelId (String profile, String level) | |
| Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class. More... | |
| ProfileLevelId (int profileIdc, int profileIop, int levelIdc) | |
| Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class. More... | |
| ProfileLevelId (String profileLevelId) | |
| Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class. More... | |
| void | setLevelIdc (int value) |
| Sets the level ID code. More... | |
| void | setProfileIdc (int value) |
| Sets the profile ID Code. More... | |
| void | setProfileIop (fm.liveswitch.h264.ProfileIop value) |
| Sets the profile constraints. More... | |
| String | toString () |
| Returns a string that represents this instance. More... | |
Static Public Member Functions | |
| static fm.liveswitch.h264.ProfileLevelId | getBaselineLevel10 () |
| Gets baseline profile level 1.0. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getBaselineLevel31 () |
| Gets baseline profile level 3.1. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getConstrainedBaselineLevel10 () |
| Gets constrained baseline profile level 1.0. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getConstrainedBaselineLevel31 () |
| Gets constrained baseline profile level 3.1. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getDefault () |
| Gets fm.liveswitch.h264.ProfileLevelId#getConstrainedBaselineLevel31. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getHighLevel50 () |
| Gets high profile level 5.0. More... | |
| static fm.liveswitch.h264.ProfileLevelId | getMainLevel50 () |
| Gets main profile level 5.0. More... | |
An H.264 Profile Level ID.
| fm.liveswitch.h264.ProfileLevelId.ProfileLevelId | ( | ) |
Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class.
| fm.liveswitch.h264.ProfileLevelId.ProfileLevelId | ( | String | profile, |
| String | level | ||
| ) |
Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class.
| profile | The profile. |
| level | The level. |
| fm.liveswitch.h264.ProfileLevelId.ProfileLevelId | ( | int | profileIdc, |
| int | profileIop, | ||
| int | levelIdc | ||
| ) |
Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class.
| profileIdc | The profile ID code. |
| profileIop | The profile constraints. |
| levelIdc | The level ID code. |
| fm.liveswitch.h264.ProfileLevelId.ProfileLevelId | ( | String | profileLevelId | ) |
Initializes a new instance of the fm.liveswitch.h264.ProfileLevelId class.
| profileLevelId | The profile level identifier. |
|
static |
Gets baseline profile level 1.0.
|
static |
Gets baseline profile level 3.1.
|
static |
Gets constrained baseline profile level 1.0.
|
static |
Gets constrained baseline profile level 3.1.
|
static |
|
static |
Gets high profile level 5.0.
| String fm.liveswitch.h264.ProfileLevelId.getLevel | ( | ) |
Gets the level.
| int fm.liveswitch.h264.ProfileLevelId.getLevelIdc | ( | ) |
Gets the level ID code.
|
static |
Gets main profile level 5.0.
| fm.liveswitch.EncodingInfo fm.liveswitch.h264.ProfileLevelId.getMaxEncoding | ( | ) |
Gets the max encoding info value for the given level.
| String fm.liveswitch.h264.ProfileLevelId.getProfile | ( | ) |
Gets the profile.
| int fm.liveswitch.h264.ProfileLevelId.getProfileIdc | ( | ) |
Gets the profile ID Code.
| fm.liveswitch.h264.ProfileIop fm.liveswitch.h264.ProfileLevelId.getProfileIop | ( | ) |
Gets the profile constraints.
| void fm.liveswitch.h264.ProfileLevelId.setLevelIdc | ( | int | value | ) |
Sets the level ID code.
| void fm.liveswitch.h264.ProfileLevelId.setProfileIdc | ( | int | value | ) |
Sets the profile ID Code.
| void fm.liveswitch.h264.ProfileLevelId.setProfileIop | ( | fm.liveswitch.h264.ProfileIop | value | ) |
Sets the profile constraints.
| String fm.liveswitch.h264.ProfileLevelId.toString | ( | ) |
Returns a string that represents this instance.