Class ProfileIop
An H.264 Profile IOP.
Inheritance
System.Object
ProfileIop
Namespace: FM.LiveSwitch.H264
Assembly: FM.LiveSwitch.dll
Syntax
public class ProfileIop : object
Constructors
ProfileIop(Byte)
Initializes a new instance of the ProfileIop class.
Declaration
public ProfileIop(byte profileIop)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | profileIop | The profile IOP. |
Properties
ConstraintSet0
Gets or sets a value indicating whether constraint 0 is set.
Declaration
public bool ConstraintSet0 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConstraintSet1
Gets or sets a value indicating whether constraint 1 is set.
Declaration
public bool ConstraintSet1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConstraintSet2
Gets or sets a value indicating whether constraint 2 is set.
Declaration
public bool ConstraintSet2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DataBuffer
Gets the backing data buffer.
Declaration
public DataBuffer DataBuffer { get; }
Property Value
Type | Description |
---|---|
DataBuffer |