Gjsify LogoGjsify Logo

Index

Variables

CDDA_CDDB_DISCID: string
CDDA_CDDB_DISCID_FULL: string
CDDA_MUSICBRAINZ_DISCID: string
CDDA_MUSICBRAINZ_DISCID_FULL: string
CMML_CLIP: string
CMML_HEAD: string
CMML_STREAM: string
MUSICBRAINZ_ALBUMARTISTID: string
MUSICBRAINZ_ALBUMID: string
MUSICBRAINZ_ARTISTID: string
MUSICBRAINZ_TRACKID: string
MUSICBRAINZ_TRMID: string

Functions

  • freeform_string_to_utf8(data: string, size: number, env_vars: string[]): string
  • from_id3_tag(id3_tag: string): string
  • from_id3_user_tag(type: string, id3_user_tag: string): string
  • from_vorbis_tag(vorbis_tag: string): string
  • get_language_code_iso_639_1(lang_code: string): string
  • get_language_code_iso_639_2B(lang_code: string): string
  • get_language_code_iso_639_2T(lang_code: string): string
  • get_language_codes(): string[]
  • get_language_name(language_code: string): string
  • gst_vorbis_tag_add(list: any, tag: string, value: string): void
  • id3_genre_count(): number
  • id3_genre_get(id: number): string
  • list_add_id3_image(tag_list: any, image_data: any[], image_data_len: number, id3_picture_type: number): boolean
  • list_from_vorbiscomment_buffer(buffer: Gst.Buffer, id_data: any[], id_data_length: number, vendor_string: string[]): Gst.TagList
  • list_to_vorbiscomment_buffer(list: any, id_data: any[], id_data_length: number, vendor_string: string): Gst.Buffer
  • list_to_xmp_buffer(list: any, read_only: boolean): Gst.Buffer
  • parse_extended_comment(ext_comment: string, key: string[], lang: string[], value: string[], fail_if_no_key: boolean): boolean
  • Parameters

    • ext_comment: string
    • key: string[]
    • lang: string[]
    • value: string[]
    • fail_if_no_key: boolean

    Returns boolean

  • register_musicbrainz_tags(): void
  • to_id3_tag(gst_tag: string): string
  • to_vorbis_tag(gst_tag: string): string

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