Gjsify LogoGjsify Logo

The result of passing data to a pad.

Note that the custom return values should not be exposed outside of the element scope.

Index

Enumeration Members

CUSTOM_ERROR: number

Elements can use values starting from this (and lower) to define custom error codes.

CUSTOM_ERROR_1: number

Pre-defined custom error code (define your custom error code to this to avoid compiler warnings).

CUSTOM_ERROR_2: number

Pre-defined custom error code.

CUSTOM_SUCCESS: number

Elements can use values starting from this (and higher) to define custom success codes.

CUSTOM_SUCCESS_1: number

Pre-defined custom success code (define your custom success code to this to avoid compiler warnings).

CUSTOM_SUCCESS_2: number

Pre-defined custom success code.

EOS: number

Pad is EOS.

ERROR: number

Some (fatal) error occurred. Element generating this error should post an error message using GST_ELEMENT_ERROR() with more details.

FLUSHING: number

Pad is flushing.

NOT_LINKED: number

Pad is not linked.

NOT_NEGOTIATED: number

Pad is not negotiated.

NOT_SUPPORTED: number

This operation is not supported.

OK: number

Data passing was ok.

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