Retry
Represents an action to retry playback without any modifications.
When this action is selected, the player will attempt to resume playback from the point of failure using the same playback configuration as before the error occurred.
Retry can only be attempted once per error (to avoid infinite retries). Check RetryPlaybackContext.attemptedActions to see if a Retry was already attempted.
Some errors (eg: decoder errors) automatically tigger an internal retry before RetryPlaybackCallback is called. In such cases, returning Retry from the callback will have no effect as a retry has already been performed.