PlaybackRecoveryStatus
Represents the overall status of a playback recovery process, which may involve multiple attempts.
This class encapsulates the final outcome of the entire recovery operation, along with contextual information about the retry attempts that were made. It is typically used to signal the completion of the recovery process, whether successful or failed.
Constructors
Properties
The number of attempts made to recover. For a successful recovery, this reflects the attempt number that succeeded. If all attempts failed, this will be equal to totalRetryAttempts.
A list containing the duration, in milliseconds, for each recovery attempt that was made. The size of this list corresponds to currentRetryAttempt.
The total number of recovery attempts that were configured for the process.