Class ProfileIop
An H.264 Profile IOP.
Inheritance
System.Object
ProfileIop
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.H264
Assembly: FM.LiveSwitch.dll
Syntax
public class ProfileIop
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 |