@svta/common-media-library
    Preparing search index...

    Type Alias ISOFieldTypeMapBeta

    ISOFieldTypeMap is a map of ISO BMFF field types to their corresponding JavaScript types.

    type ISOFieldTypeMap = {
        data: Uint8Array;
        int: number;
        string: string;
        template: number;
        uint: number;
        utf8: string;
        utf8string: string;
    }
    Index

    Properties

    data: Uint8Array
    int: number
    string: string
    template: number
    uint: number
    utf8: string
    utf8string: string