Class PvGenDCPartH264Fields
Specific part fields for the H.264 compressed image type
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenDCPartH264Fields : PvGenDCPart2DFields, IDisposable
Constructors
View SourcePvGenDCPartH264Fields()
Constructor
Declaration
public PvGenDCPartH264Fields()
Properties
View SourceFlags
H.264 flags structure.
Declaration
public PvGenDCPartH264Fields.H264Flags Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| PvGenDCPartH264Fields.H264Flags |
LevelIDC
Level IDC sequence parameter set data.
Declaration
public byte LevelIDC { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
ProfileIDC
Profile IDC sequence parameter set data attribute.
Declaration
public byte ProfileIDC { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
Reserved
Reserved for future use.
Declaration
public byte Reserved { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
SpropDeintBufReq
Sprop deint buf req parameter.
Declaration
public uint SpropDeintBufReq { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SpropInitBufTime
Sprop init buf time parameter.
Declaration
public uint SpropInitBufTime { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SpropInterleavingDepth
Sprop interleaving depth parameter.
Declaration
public ushort SpropInterleavingDepth { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
SpropMaxDonDiff
Sprop max DON diff parameter.
Declaration
public ushort SpropMaxDonDiff { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Methods
View SourceDispose(bool)
Dispose
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |