Class KLVMetadata
KLV metadata. Implements the IMetadata.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Metadata
Assembly: VisioForge.Core.dll
Syntax
public class KLVMetadata : IMetadata
Constructors
KLVMetadata(byte[])
Initializes a new instance of the KLVMetadata class.
Declaration
public KLVMetadata(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | The data. |
KLVMetadata(string)
Initializes a new instance of the KLVMetadata class.
Declaration
public KLVMetadata(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Data
Gets the data.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] | The data. |