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

  • freeformStringToUtf8(data: string, size: number, envVars: string[]): string
  • Parameters

    • data: string
    • size: number
    • envVars: string[]

    Returns string

  • fromId3Tag(id3Tag: string): string
  • fromId3UserTag(type: string, id3UserTag: string): string
  • fromVorbisTag(vorbisTag: string): string
  • getLanguageCodeIso6391(langCode: string): string
  • getLanguageCodeIso6392B(langCode: string): string
  • getLanguageCodeIso6392T(langCode: string): string
  • getLanguageCodes(): string[]
  • getLanguageName(languageCode: string): string
  • gstVorbisTagAdd(list: any, tag: string, value: string): void
  • id3GenreCount(): number
  • id3GenreGet(id: number): string
  • listAddId3Image(tagList: any, imageData: any[], imageDataLen: number, id3PictureType: number): boolean
  • Parameters

    • tagList: any
    • imageData: any[]
    • imageDataLen: number
    • id3PictureType: number

    Returns boolean

  • listFromVorbiscommentBuffer(buffer: Gst.Buffer, idData: any[], idDataLength: number, vendorString: string[]): Gst.TagList
  • listToVorbiscommentBuffer(list: any, idData: any[], idDataLength: number, vendorString: string): Gst.Buffer
  • listToXmpBuffer(list: any, readOnly: boolean): Gst.Buffer
  • parseExtendedComment(extComment: string, key: string[], lang: string[], value: string[], failIfNoKey: boolean): boolean
  • Parameters

    • extComment: string
    • key: string[]
    • lang: string[]
    • value: string[]
    • failIfNoKey: boolean

    Returns boolean

  • registerMusicbrainzTags(): void
  • toId3Tag(gstTag: string): string
  • toVorbisTag(gstTag: 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