Schnittstelle StreamError


public interface StreamError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    used when there's no codec to handle the
    stream's type.
    static final int
    used when decoding fails.
    static final int
    used when the stream is encrypted and can't be
    decrypted because this is not supported by the element.
    static final int
    used when the stream is encrypted and
    can't be decrypted because no suitable key is available.
    static final int
    used when demuxing fails.
    static final int
    used when encoding fails.
    static final int
    a general error which doesn't fit in any other
    category.
    static final int
    used when the stream is of the wrong format
    (for example, wrong caps).
    static final int
    used when muxing fails.
    static final int
    use this when you do not want to implement
    this functionality yet.
    static final int
    the number of stream error types.
    static final int
    do not use this except as a placeholder for
    deciding where to go while developing code.
    static final int
    used when the element doesn't know the
    stream's type.
    static final int
    used when the element doesn't handle this type
    of stream.
  • Felddetails

    • FAILED

      static final int FAILED
      a general error which doesn't fit in any other
      category. Make sure you add a custom message to the error call.
      Siehe auch:
    • TOO_LAZY

      static final int TOO_LAZY
      do not use this except as a placeholder for
      deciding where to go while developing code.
      Siehe auch:
    • NOT_IMPLEMENTED

      static final int NOT_IMPLEMENTED
      use this when you do not want to implement
      this functionality yet.
      Siehe auch:
    • TYPE_NOT_FOUND

      static final int TYPE_NOT_FOUND
      used when the element doesn't know the
      stream's type.
      Siehe auch:
    • WRONG_TYPE

      static final int WRONG_TYPE
      used when the element doesn't handle this type
      of stream.
      Siehe auch:
    • CODEC_NOT_FOUND

      static final int CODEC_NOT_FOUND
      used when there's no codec to handle the
      stream's type.
      Siehe auch:
    • DECODE

      static final int DECODE
      used when decoding fails.
      Siehe auch:
    • ENCODE

      static final int ENCODE
      used when encoding fails.
      Siehe auch:
    • DEMUX

      static final int DEMUX
      used when demuxing fails.
      Siehe auch:
    • MUX

      static final int MUX
      used when muxing fails.
      Siehe auch:
    • FORMAT

      static final int FORMAT
      used when the stream is of the wrong format
      (for example, wrong caps).
      Siehe auch:
    • DECRYPT

      static final int DECRYPT
      used when the stream is encrypted and can't be
      decrypted because this is not supported by the element.
      Siehe auch:
    • DECRYPT_NOKEY

      static final int DECRYPT_NOKEY
      used when the stream is encrypted and
      can't be decrypted because no suitable key is available.
      Siehe auch:
    • NUM_ERRORS

      static final int NUM_ERRORS
      the number of stream error types.
      Siehe auch: