Typedefs | |
| typedef struct bgav_metadata_s | bgav_metadata_t |
| Opaque metadata container. | |
Functions | |
| const char * | bgav_metadata_get_author (const bgav_metadata_t *metadata) |
| Get the author (or composer) of the track. | |
| const char * | bgav_metadata_get_title (const bgav_metadata_t *metadata) |
| Get the title of the track. | |
| const char * | bgav_metadata_get_comment (const bgav_metadata_t *metadata) |
| Get an additional comment of the track. | |
| const char * | bgav_metadata_get_copyright (const bgav_metadata_t *metadata) |
| Get the copyright notice of the track. | |
| const char * | bgav_metadata_get_album (const bgav_metadata_t *metadata) |
| Get the album this track comes from. | |
| const char * | bgav_metadata_get_artist (const bgav_metadata_t *metadata) |
| Get the artist (or performer) of this track. | |
| const char * | bgav_metadata_get_genre (const bgav_metadata_t *metadata) |
| Get the genre this track belongs to. | |
| const char * | bgav_metadata_get_date (const bgav_metadata_t *metadata) |
| Get the date of the recording. | |
| int | bgav_metadata_get_track (const bgav_metadata_t *metadata) |
| Get the track index. | |
| typedef struct bgav_metadata_s bgav_metadata_t |
Opaque metadata container.
This structure is returned by bgav_get_metadata
| const char* bgav_metadata_get_author | ( | const bgav_metadata_t * | metadata | ) |
Get the author (or composer) of the track.
| metadata | Metadata container |
| const char* bgav_metadata_get_title | ( | const bgav_metadata_t * | metadata | ) |
Get the title of the track.
| metadata | Metadata container |
| const char* bgav_metadata_get_comment | ( | const bgav_metadata_t * | metadata | ) |
Get an additional comment of the track.
| metadata | Metadata container |
| const char* bgav_metadata_get_copyright | ( | const bgav_metadata_t * | metadata | ) |
Get the copyright notice of the track.
| metadata | Metadata container |
| const char* bgav_metadata_get_album | ( | const bgav_metadata_t * | metadata | ) |
Get the album this track comes from.
| metadata | Metadata container |
| const char* bgav_metadata_get_artist | ( | const bgav_metadata_t * | metadata | ) |
Get the artist (or performer) of this track.
| metadata | Metadata container |
| const char* bgav_metadata_get_genre | ( | const bgav_metadata_t * | metadata | ) |
Get the genre this track belongs to.
| metadata | Metadata container |
| const char* bgav_metadata_get_date | ( | const bgav_metadata_t * | metadata | ) |
Get the date of the recording.
| metadata | Metadata container |
| int bgav_metadata_get_track | ( | const bgav_metadata_t * | metadata | ) |
Get the track index.
| metadata | Metadata container |
1.5.7