Class GenDCInfoTypeSpecificH264
Type-specific info field for H.264 compressed parts, as defined by the GenDC 1.1 specification.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCInfoTypeSpecificH264 : IDisposable
Constructors
View SourceGenDCInfoTypeSpecificH264()
Declaration
public GenDCInfoTypeSpecificH264()
Fields
View SourceswigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceFlags
H.264 constraint set and packetization mode flags.
Declaration
public GenDCInfoTypeSpecificH264.H264Flags Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| GenDCInfoTypeSpecificH264.H264Flags |
LevelIDC
H.264 level IDC (level_idc sequence parameter set attribute).
Declaration
public byte LevelIDC { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
ProfileIDC
H.264 profile IDC (profile_idc sequence parameter set 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 in bytes.
Declaration
public uint SpropDeintBufReq { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SpropInitBufTime
sprop-init-buf-time parameter in 90 kHz clock ticks.
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()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~GenDCInfoTypeSpecificH264()
Destructor.
Declaration
protected ~GenDCInfoTypeSpecificH264()