SongGuess
    Preparing search index...
    type StreamVideoStatus = {
        errorReasonCode: string;
        errorReasonText: string;
        pctComplete?: string;
        state: string;
        step?: string;
    }
    Index

    Properties

    errorReasonCode: string

    An error reason code, if applicable.

    errorReasonText: string

    An error reason text, if applicable.

    pctComplete?: string

    The percent complete as a string.

    state: string

    The current processing state.

    step?: string

    The current processing step.