Class MediaError

    • Field Detail

      • MEDIA_ERR_ABORTED

        public static final int MEDIA_ERR_ABORTED
        A constant returned by getCode() indicating that playback was aborted at the user's request.
        See Also:
        Constant Field Values
      • MEDIA_ERR_NETWORK

        public static final int MEDIA_ERR_NETWORK
        A constant returned by getCode() indicating that playback was aborted due to a network error.
        See Also:
        Constant Field Values
      • MEDIA_ERR_DECODE

        public static final int MEDIA_ERR_DECODE
        A constant returned by getCode() indicating that playback was aborted due to an error in decoding.
        See Also:
        Constant Field Values
      • MEDIA_ERR_SRC_NOT_SUPPORTED

        public static final int MEDIA_ERR_SRC_NOT_SUPPORTED
        A constant returned by getCode() indicating that the format of the source stream was unsuitable for playback.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MediaError

        protected MediaError()