Gjsify LogoGjsify Logo

Stream errors are for anything related to the stream being processed: format errors, media type errors, ... They're typically used by decoders, demuxers, converters, ...

Index

Enumeration Members

CODEC_NOT_FOUND: number

used when there's no codec to handle the stream's type.

DECODE: number

used when decoding fails.

DECRYPT: number

used when the stream is encrypted and can't be decrypted because this is not supported by the element.

DECRYPT_NOKEY: number

used when the stream is encrypted and can't be decrypted because no suitable key is available.

DEMUX: number

used when demuxing fails.

ENCODE: number

used when encoding fails.

FAILED: number

a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.

FORMAT: number

used when the stream is of the wrong format (for example, wrong caps).

MUX: number

used when muxing fails.

NOT_IMPLEMENTED: number

use this when you do not want to implement this functionality yet.

NUM_ERRORS: number

the number of stream error types.

TOO_LAZY: number

do not use this except as a placeholder for deciding where to go while developing code.

TYPE_NOT_FOUND: number

used when the element doesn't know the stream's type.

WRONG_TYPE: number

used when the element doesn't handle this type of stream.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method