@rendley/sdk - v1.15.5
    Preparing search index...

    Interface TranscodeSupportType

    Describes an output format a transcode provider may be asked to generate.

    interface TranscodeSupportType {
        hasAlpha: boolean;
        mimeType: string;
    }
    Index

    Properties

    Properties

    hasAlpha: boolean
    mimeType: string