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

    Interface TranscodeProgressInfo

    Progress information reported by a transcode provider.

    interface TranscodeProgressInfo {
        progress: number;
        state: string;
    }
    Index

    Properties

    Properties

    progress: number
    state: string