Gjsify LogoGjsify Logo

Hierarchy

  • GstTypeFindHelperGetRangeFunction

Callable

  • This function will be called by gst_type_find_helper_get_range() when typefinding functions request to peek at the data of a stream at certain offsets. If this function returns GST_FLOW_OK, the result buffer will be stored in buffer. The contents of buffer is invalid for any other return value. This function is supposed to behave exactly like a #GstPadGetRangeFunction.

    Parameters

    • obj: Gst.Object

      a #GstObject that will handle the getrange request

    • offset: number

      the offset of the range

    • length: number

      the length of the range

    • buffer: Gst.Buffer

      a memory location to hold the result buffer

    Returns Gst.FlowReturn

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