Class KLVParser
KLV MISB 0601 metadata parser. Key length is 16.
Inherited Members
Namespace: VisioForge.Core.Metadata.KLV
Assembly: VisioForge.Core.dll
Syntax
public class KLVParser
Constructors
KLVParser(Stream)
Initializes a new instance of the KLVParser class.
Declaration
public KLVParser(Stream source)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | source | The stream source. |
KLVParser(string)
Initializes a new instance of the KLVParser class.
Declaration
public KLVParser(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | The filename. |
Properties
Elements
Gets the elements.
Declaration
public List<Element> Elements { get; }
Property Value
| Type | Description |
|---|---|
| List<Element> | The elements. |