taglib-ts
    Preparing search index...

    Interface AttachedFile

    Represents an attached file stored in a Matroska Attachments element.

    interface AttachedFile {
        data: ByteVector;
        description: string;
        fileName: string;
        mediaType: string;
        uid: number;
    }
    Index

    Properties

    description: string
    fileName: string
    mediaType: string
    uid: number