Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI_ADDON_AUDIOENCODER_INFO_TAG Struct Reference

#include <audioencoder.h>

Public Attributes

const char * title
 
const char * artist
 
const char * album
 
const char * album_artist
 
const char * media_type
 
const char * genre
 
int duration
 
int track
 
int disc
 
const char * disc_subtitle
 
int disc_total
 
const char * release_date
 
const char * lyrics
 
int samplerate
 
int channels
 
int bits_per_sample
 
int track_length
 
const char * comment
 

Member Data Documentation

◆ album

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::album

◆ album_artist

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::album_artist

◆ artist

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::artist

◆ bits_per_sample

int KODI_ADDON_AUDIOENCODER_INFO_TAG::bits_per_sample

◆ channels

int KODI_ADDON_AUDIOENCODER_INFO_TAG::channels

◆ comment

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::comment

◆ disc

int KODI_ADDON_AUDIOENCODER_INFO_TAG::disc

◆ disc_subtitle

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::disc_subtitle

◆ disc_total

int KODI_ADDON_AUDIOENCODER_INFO_TAG::disc_total

◆ duration

int KODI_ADDON_AUDIOENCODER_INFO_TAG::duration

◆ genre

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::genre

◆ lyrics

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::lyrics

◆ media_type

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::media_type

◆ release_date

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::release_date

◆ samplerate

int KODI_ADDON_AUDIOENCODER_INFO_TAG::samplerate

◆ title

const char* KODI_ADDON_AUDIOENCODER_INFO_TAG::title

◆ track

int KODI_ADDON_AUDIOENCODER_INFO_TAG::track

◆ track_length

int KODI_ADDON_AUDIOENCODER_INFO_TAG::track_length

The documentation for this struct was generated from the following file: