An H.264 Profile IOP. More...
Instance Methods | |
(bool) | - constraintSet0 |
Gets a value indicating whether constraint 0 is set. More... | |
(bool) | - constraintSet1 |
Gets a value indicating whether constraint 1 is set. More... | |
(bool) | - constraintSet2 |
Gets a value indicating whether constraint 2 is set. More... | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the backing data buffer. More... | |
(instancetype) | - initWithProfileIop: |
Initializes a new instance of the FMLiveSwitchH264ProfileIop class. More... | |
(void) | - setConstraintSet0: |
Sets a value indicating whether constraint 0 is set. More... | |
(void) | - setConstraintSet1: |
Sets a value indicating whether constraint 1 is set. More... | |
(void) | - setConstraintSet2: |
Sets a value indicating whether constraint 2 is set. More... | |
Class Methods | |
(FMLiveSwitchH264ProfileIop *) | + profileIop: |
Initializes a new instance of the FMLiveSwitchH264ProfileIop class. More... | |
An H.264 Profile IOP.
- (bool) constraintSet0 |
Gets a value indicating whether constraint 0 is set.
- (bool) constraintSet1 |
Gets a value indicating whether constraint 1 is set.
- (bool) constraintSet2 |
Gets a value indicating whether constraint 2 is set.
- (FMLiveSwitchDataBuffer*) dataBuffer |
Gets the backing data buffer.
- (instancetype) initWithProfileIop: | (uint8_t) | profileIop |
Initializes a new instance of the FMLiveSwitchH264ProfileIop class.
profileIop | The profile IOP. |
+ (FMLiveSwitchH264ProfileIop*) profileIop: | (uint8_t) | profileIop |
Initializes a new instance of the FMLiveSwitchH264ProfileIop class.
profileIop | The profile IOP. |
- (void) setConstraintSet0: | (bool) | value |
Sets a value indicating whether constraint 0 is set.
- (void) setConstraintSet1: | (bool) | value |
Sets a value indicating whether constraint 1 is set.
- (void) setConstraintSet2: | (bool) | value |
Sets a value indicating whether constraint 2 is set.