@makerinc/react-sdk
    Preparing search index...

    Interface VideoSource

    Video source with format and dimensions Server type: Store.VideoSource.t

    interface VideoSource {
        mimeType: string;
        size: [number, number];
        url: string;
    }
    Index

    Properties

    Properties

    mimeType: string
    size: [number, number]
    url: string