An H.264 Profile IOP. More...
Public Member Functions | |
boolean | getConstraintSet0 () |
Gets a value indicating whether constraint 0 is set. More... | |
boolean | getConstraintSet1 () |
Gets a value indicating whether constraint 1 is set. More... | |
boolean | getConstraintSet2 () |
Gets a value indicating whether constraint 2 is set. More... | |
fm.liveswitch.DataBuffer | getDataBuffer () |
Gets the backing data buffer. More... | |
ProfileIop (byte profileIop) | |
Initializes a new instance of the fm.liveswitch.h264.ProfileIop class. More... | |
void | setConstraintSet0 (boolean value) |
Sets a value indicating whether constraint 0 is set. More... | |
void | setConstraintSet1 (boolean value) |
Sets a value indicating whether constraint 1 is set. More... | |
void | setConstraintSet2 (boolean value) |
Sets a value indicating whether constraint 2 is set. More... | |
An H.264 Profile IOP.
fm.liveswitch.h264.ProfileIop.ProfileIop | ( | byte | profileIop | ) |
Initializes a new instance of the fm.liveswitch.h264.ProfileIop class.
profileIop | The profile IOP. |
boolean fm.liveswitch.h264.ProfileIop.getConstraintSet0 | ( | ) |
Gets a value indicating whether constraint 0 is set.
boolean fm.liveswitch.h264.ProfileIop.getConstraintSet1 | ( | ) |
Gets a value indicating whether constraint 1 is set.
boolean fm.liveswitch.h264.ProfileIop.getConstraintSet2 | ( | ) |
Gets a value indicating whether constraint 2 is set.
fm.liveswitch.DataBuffer fm.liveswitch.h264.ProfileIop.getDataBuffer | ( | ) |
Gets the backing data buffer.
void fm.liveswitch.h264.ProfileIop.setConstraintSet0 | ( | boolean | value | ) |
Sets a value indicating whether constraint 0 is set.
void fm.liveswitch.h264.ProfileIop.setConstraintSet1 | ( | boolean | value | ) |
Sets a value indicating whether constraint 1 is set.
void fm.liveswitch.h264.ProfileIop.setConstraintSet2 | ( | boolean | value | ) |
Sets a value indicating whether constraint 2 is set.