Gjsify LogoGjsify Logo

Hierarchy

  • TocEntry

Index

Constructors

Properties

name: string

Methods

  • append_sub_entry(subentry: TocEntry): void
  • Get loop_type and repeat_count values from the entry and write them into appropriate storages. Loops are e.g. used by sampled instruments. GStreamer is not automatically applying the loop. The application can process this meta data and use it e.g. to send a seek-event to loop a section.

    Returns [boolean, TocLoopType, number]

  • get_start_stop_times(): [boolean, number, number]
  • Get start and stop values from the entry and write them into appropriate storages.

    Returns [boolean, number, number]

  • get_uid(): string
  • is_alternative(): boolean
  • is_sequence(): boolean
  • set_loop(loop_type: TocLoopType, repeat_count: number): void
  • Set loop_type and repeat_count values for the entry.

    Parameters

    • loop_type: TocLoopType

      loop_type value to set.

    • repeat_count: number

      repeat_count value to set.

    Returns void

  • set_start_stop_times(start: number, stop: number): void
  • Set start and stop values for the entry.

    Parameters

    • start: number

      start value to set.

    • stop: number

      stop value to set.

    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