VisioForge (c) 2025

Search Results for

    Class KLVMetadata

    KLV metadata. Implements the IMetadata.

    Inheritance
    object
    KLVMetadata
    Implements
    IMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    IMetadata

    See Also

    IMetadata