Searched refs:MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK (Results 1 – 4 of 4) sorted by relevance
28 private static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 2; field in MediaPlayerListener64 case MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK: in onError()65 errorType = MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK; in onError()
33 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK, enumerator
57 public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 2; field in ContentVideoView256 if (errorType == MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK) { in onMediaPlayerError()
721 case MediaPlayerAndroid::MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK: in OnMediaError()