isReady
Indicates whether the media source is ready to begin playback.
Declaration
@MainActor var isReady: Bool { get }Discussion
This property should transition from false to true once the source has loaded enough data to start playback, and should not revert. Use isBuffering to track temporary stalls that may occur after this point.