Metadata support. More...
Functions | |
void | quicktime_set_copyright (quicktime_t *file, char *string) |
Set the copyright info for the file. | |
void | quicktime_set_name (quicktime_t *file, char *string) |
Set the name for the file. | |
void | quicktime_set_info (quicktime_t *file, char *string) |
Set info for the file. | |
char * | quicktime_get_copyright (quicktime_t *file) |
Get the copyright info from the file. | |
char * | quicktime_get_name (quicktime_t *file) |
Get the name from the file. | |
char * | quicktime_get_info (quicktime_t *file) |
Get the info string from the file. | |
void | lqt_set_album (quicktime_t *file, char *string) |
Set the album for the file. | |
void | lqt_set_artist (quicktime_t *file, char *string) |
Set the artist for the file. | |
void | lqt_set_genre (quicktime_t *file, char *string) |
Set the genre for the file. | |
void | lqt_set_track (quicktime_t *file, char *string) |
Set the track number for the file. | |
void | lqt_set_comment (quicktime_t *file, char *string) |
Set the comment for the file. | |
void | lqt_set_author (quicktime_t *file, char *string) |
Set the author for the file. | |
void | lqt_set_creation_time (quicktime_t *file, unsigned long time) |
Set the creation time for the file. | |
char * | lqt_get_album (quicktime_t *file) |
Get the album from the file. | |
char * | lqt_get_artist (quicktime_t *file) |
Get the artist from the file. | |
char * | lqt_get_genre (quicktime_t *file) |
Get the genre from the file. | |
char * | lqt_get_track (quicktime_t *file) |
Get the track number from the file. | |
char * | lqt_get_comment (quicktime_t *file) |
Get the comment from the file. | |
char * | lqt_get_author (quicktime_t *file) |
Get the author from the file. | |
unsigned long | lqt_get_creation_time (quicktime_t *file) |
Get the creation time from the file. |
Metadata support.
These functions allow you to read/write the metadata of the file. Currently, only the metadata in the udta atom are supported.
void quicktime_set_copyright | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the copyright info for the file.
file | A quicktime handle | |
string | The copyright info |
void quicktime_set_name | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the name for the file.
file | A quicktime handle | |
string | The name |
void quicktime_set_info | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set info for the file.
file | A quicktime handle | |
string | An info string |
char* quicktime_get_copyright | ( | quicktime_t * | file | ) |
Get the copyright info from the file.
file | A quicktime handle |
char* quicktime_get_name | ( | quicktime_t * | file | ) |
Get the name from the file.
file | A quicktime handle |
char* quicktime_get_info | ( | quicktime_t * | file | ) |
Get the info string from the file.
file | A quicktime handle |
void lqt_set_album | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the album for the file.
file | A quicktime handle | |
string | The album |
void lqt_set_artist | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the artist for the file.
file | A quicktime handle | |
string | The artist |
void lqt_set_genre | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the genre for the file.
file | A quicktime handle | |
string | The genre |
void lqt_set_track | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the track number for the file.
file | A quicktime handle | |
string | The track number (as string) |
void lqt_set_comment | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the comment for the file.
file | A quicktime handle | |
string | The comment |
void lqt_set_author | ( | quicktime_t * | file, | |
char * | string | |||
) |
Set the author for the file.
file | A quicktime handle | |
string | The author |
void lqt_set_creation_time | ( | quicktime_t * | file, | |
unsigned long | time | |||
) |
Set the creation time for the file.
file | A quicktime handle | |
time | The creation time |
char* lqt_get_album | ( | quicktime_t * | file | ) |
Get the album from the file.
file | A quicktime handle |
char* lqt_get_artist | ( | quicktime_t * | file | ) |
Get the artist from the file.
file | A quicktime handle |
char* lqt_get_genre | ( | quicktime_t * | file | ) |
Get the genre from the file.
file | A quicktime handle |
char* lqt_get_track | ( | quicktime_t * | file | ) |
Get the track number from the file.
file | A quicktime handle |
char* lqt_get_comment | ( | quicktime_t * | file | ) |
Get the comment from the file.
file | A quicktime handle |
char* lqt_get_author | ( | quicktime_t * | file | ) |
Get the author from the file.
file | A quicktime handle |
unsigned long lqt_get_creation_time | ( | quicktime_t * | file | ) |
Get the creation time from the file.
file | A quicktime handle |