Amazon Vinyl
    Preparing search index...

    Interface FtypOptions

    interface FtypOptions {
        compatibleBrands?: readonly string[];
        majorBrand?: string;
        minorVersion?: number;
    }
    Index
    compatibleBrands?: readonly string[]
    majorBrand?: string
    minorVersion?: number