Gjsify LogoGjsify Logo

Interface BaseEffectTimeTranslationFunc

Hierarchy

  • BaseEffectTimeTranslationFunc

Callable

  • BaseEffectTimeTranslationFunc(effect: BaseEffect, time: number, time_property_values: HashTable<string | number | symbol, string | number | boolean>): number
  • A function for querying how an effect would translate a time if it had the given child property values set. The keys for time_properties will be the same string that was passed to ges_base_effect_register_time_property(), the values will be #GValue* values of the corresponding child properties. You should always use the values given in time_properties before using the currently set values.

    Parameters

    • effect: BaseEffect

      The #GESBaseEffect that is doing the time translation

    • time: number

      The #GstClockTime to translation

    • time_property_values: HashTable<string | number | symbol, string | number | boolean>

      A table of child property name/value pairs

    Returns number

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