Class GenDCPartHeaderH264
GenDC part header for H.264-compressed 2D image data.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCPartHeaderH264 : GenDCPartHeader2DBase, IDisposable
Constructors
View SourceGenDCPartHeaderH264()
Declaration
public GenDCPartHeaderH264()
GenDCPartHeaderH264(GenDCPartHeader)
Copy constructor. Copies common base fields from a GenDCPartHeader.
Declaration
public GenDCPartHeaderH264(GenDCPartHeader aParent)
Parameters
| Type | Name | Description |
|---|---|---|
| GenDCPartHeader | aParent | The parent GenDC part header to copy from. |
Properties
View SourceInfoTypeSpecific
H.264 type-specific info field containing profile, level, and packetization parameters.
Declaration
public GenDCInfoTypeSpecificH264 InfoTypeSpecific { get; set; }
Property Value
| Type | Description |
|---|---|
| GenDCInfoTypeSpecificH264 |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |