Gjsify LogoGjsify Logo

A fundamental type that describes an ordered list of #GValue

Hierarchy

  • ValueArray

Index

Constructors

Properties

name: string

Methods

  • appendAndTakeValue(value: any, appendValue: any): void
  • Appends append_value to the GstValueArray in value.

    Parameters

    • value: any

      a #GValue of type #GST_TYPE_ARRAY

    • appendValue: any

      the value to append

    Returns void

  • appendValue(value: any, appendValue: any): void
  • Appends append_value to the GstValueArray in value.

    Parameters

    • value: any

      a #GValue of type #GST_TYPE_ARRAY

    • appendValue: any

      the value to append

    Returns void

  • getSize(value: any): number
  • Gets the number of values contained in value.

    Parameters

    • value: any

      a #GValue of type #GST_TYPE_ARRAY

    Returns number

  • getValue(value: any, index: number): any
  • Gets the value that is a member of the array contained in value and has the index index.

    Parameters

    • value: any

      a #GValue of type #GST_TYPE_ARRAY

    • index: number

      index of value to get from the array

    Returns any

  • init(value: any, prealloc: number): any
  • Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.

    Parameters

    • value: any

      A zero-filled (uninitialized) #GValue structure

    • prealloc: number

      The number of entries to pre-allocate in the array

    Returns any

  • prependValue(value: any, prependValue: any): void
  • Prepends prepend_value to the GstValueArray in value.

    Parameters

    • value: any

      a #GValue of type #GST_TYPE_ARRAY

    • prependValue: any

      the value to prepend

    Returns void

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