On Thu, 17 Aug 2023 16:28:35 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Once the Player is in an error state, play, pause, seek, etc. all of these >> operations would not be called. Only the current time which is the last >> played point of time needs to be updated to the player user interface. > > OK. My question then is whether `MediaPlayerNetworkState::NetworkError` is > the only error condition you need to consider. Yes, in the case of not supported media format, the implementation for error handling is such as which sets MediaPlayerNetworkState::NetworkError only. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1212#discussion_r1297469706