Gjsify LogoGjsify Logo

Hierarchy

  • GstDataQueueCheckFullFunction

Callable

  • GstDataQueueCheckFullFunction(queue: Gst.DataQueue, visible: number, bytes: number, time: number, checkdata: object): boolean
  • The prototype of the function used to inform the queue that it should be considered as full.

    Parameters

    • queue: Gst.DataQueue

      a #GstDataQueue.

    • visible: number

      The number of visible items currently in the queue.

    • bytes: number

      The amount of bytes currently in the queue.

    • time: number

      The accumulated duration of the items currently in the queue.

    • checkdata: object

      The #gpointer registered when the #GstDataQueue was created.

    Returns boolean

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