/ fm / liveswitch / h264 / ProfileIop
Class: ProfileIop
liveswitch.h264.ProfileIop
An H.264 Profile IOP.
Table of contents
Constructors
Methods
- getConstraintSet0
- getConstraintSet1
- getConstraintSet2
- getDataBuffer
- getTypeString
- setConstraintSet0
- setConstraintSet1
- setConstraintSet2
Constructors
constructor
+ new ProfileIop(profileIop
: number): ProfileIop
Initializes a new instance of the [[fm.liveswitch.h264.profileIop]] class.
Parameters:
Name | Type | Description |
---|---|---|
profileIop |
number | The profile IOP. |
Returns: ProfileIop
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:13
Methods
getConstraintSet0
▸ getConstraintSet0(): boolean
Gets a value indicating whether constraint 0 is set.
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:39
getConstraintSet1
▸ getConstraintSet1(): boolean
Gets a value indicating whether constraint 1 is set.
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:51
getConstraintSet2
▸ getConstraintSet2(): boolean
Gets a value indicating whether constraint 2 is set.
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:63
getDataBuffer
▸ getDataBuffer(): DataBuffer
Gets the backing data buffer.
Returns: DataBuffer
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:75
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:9
setConstraintSet0
▸ setConstraintSet0(value
: boolean): void
Sets a value indicating whether constraint 0 is set.
Parameters:
Name | Type |
---|---|
value |
boolean |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:87
setConstraintSet1
▸ setConstraintSet1(value
: boolean): void
Sets a value indicating whether constraint 1 is set.
Parameters:
Name | Type |
---|---|
value |
boolean |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:99
setConstraintSet2
▸ setConstraintSet2(value
: boolean): void
Sets a value indicating whether constraint 2 is set.
Parameters:
Name | Type |
---|---|
value |
boolean |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/h264/ProfileIop.ts:111