FMLiveSwitchH264ProfileIop Class Reference

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...
 

Detailed Description

An H.264 Profile IOP.

Method Documentation

◆ constraintSet0

- (bool) constraintSet0

Gets a value indicating whether constraint 0 is set.

◆ constraintSet1

- (bool) constraintSet1

Gets a value indicating whether constraint 1 is set.

◆ constraintSet2

- (bool) constraintSet2

Gets a value indicating whether constraint 2 is set.

◆ dataBuffer

- (FMLiveSwitchDataBuffer*) dataBuffer

Gets the backing data buffer.

◆ initWithProfileIop:

- (instancetype) initWithProfileIop: (uint8_t)  profileIop

Initializes a new instance of the FMLiveSwitchH264ProfileIop class.

Parameters
profileIopThe profile IOP.

◆ profileIop:

+ (FMLiveSwitchH264ProfileIop*) profileIop: (uint8_t)  profileIop

Initializes a new instance of the FMLiveSwitchH264ProfileIop class.

Parameters
profileIopThe profile IOP.

◆ setConstraintSet0:

- (void) setConstraintSet0: (bool)  value

Sets a value indicating whether constraint 0 is set.

◆ setConstraintSet1:

- (void) setConstraintSet1: (bool)  value

Sets a value indicating whether constraint 1 is set.

◆ setConstraintSet2:

- (void) setConstraintSet2: (bool)  value

Sets a value indicating whether constraint 2 is set.