taglib-ts
    Preparing search index...

    Interface BaseObjectInternal

    Common interface shared by all ASF object types that appear inside the Header Object. Each object knows how to parse itself from a file stream and render itself back to bytes.

    interface BaseObject {
        data: ByteVector;
        guid(): ByteVector;
        parse(file: AsfFile, size: bigint): Promise<void>;
        render(file: AsfFile): ByteVector;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    Methods