Gjsify LogoGjsify Logo

A #GstGLQuery represents and holds an OpenGL query object. Various types of queries can be run or counters retrieved.

record

Hierarchy

  • GLQuery

Index

Constructors

Properties

name: string

Methods

  • counter(): void
  • end(): void
  • free(): void
  • result(): number
  • start(): void
  • unset(): void
  • Performs a GST_QUERY_CONTEXT query of type "gst.gl.local_context" on all #GstPads in element of direction for the local OpenGL context used by GStreamer elements.

    Parameters

    • element: Gst.Element

      a #GstElement to query from

    • direction: Gst.PadDirection

      the #GstPadDirection to query

    • context_ptr: GstGL.GLContext

      location containing the current and/or resulting #GstGLContext

    Returns [boolean, GstGL.GLContext]

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