Class PvGenDCPartH264Fields.H264Flags
H.264 constraint set flags structure.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenDCPartH264Fields.H264Flags : IDisposable
Constructors
View SourceH264Flags()
Constructor
Declaration
public H264Flags()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceCS_set0_flag
Constraint set 0 flag.
Declaration
public byte CS_set0_flag { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
CS_set1_flag
Constraint set 1 flag.
Declaration
public byte CS_set1_flag { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
CS_set2_flag
Constraint set 2 flag.
Declaration
public byte CS_set2_flag { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
CS_set3_flag
Constraint set 3 flag.
Declaration
public byte CS_set3_flag { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
PM
Packetization mode.
Declaration
public byte PM { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
RF
Reserved flags.
Declaration
public byte RF { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~H264Flags()
Destructor.
Declaration
protected ~H264Flags()