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

    Interface TranscodeControl

    Mutable control object used to coordinate cancellation or state changes during transcoding.

    interface TranscodeControl {
        isRead: boolean;
        state: TranscodeControlStateEnum;
    }
    Index

    Properties

    Properties

    isRead: boolean