MediaPlayerPlatformFormatNotSupported constant

int const MediaPlayerPlatformFormatNotSupported

Description: The MediaPlayer is configured with a video data format not supported by the platform.
Cause: The MediaPlayer is configured with a video data format not supported by the platform (e.g., CVPixelBuffer on iOS does not support NV21).
Solutions: Check the data format setVideoHandler supported by the current media player platform and set the correct data format.

Implementation

static const int MediaPlayerPlatformFormatNotSupported = 1008020;