Interface RecordingNoticeOptions

interface RecordingNoticeOptions {
    state: string;
    userRecordingParam: null | UserRecordingParams;
    pauseCount: number;
    timeDone: number;
    parameters: RecordingNoticeParameters;
}

Properties

state: string
userRecordingParam: null | UserRecordingParams
pauseCount: number
timeDone: number