error property
Emits typed error events from the mpv engine.
Use pattern matching to distinguish MpvEndFileError (playback failures) from MpvLogError (informational engine errors).
Implementation
final Stream<MpvPlayerError> error;
Emits typed error events from the mpv engine.
Use pattern matching to distinguish MpvEndFileError (playback failures) from MpvLogError (informational engine errors).
final Stream<MpvPlayerError> error;