libtaginfo_c
0.2.0
|
Go to the source code of this file.
Data Structures | |
struct | TagInfo_Info |
struct | TagInfo_Image |
Macros | |
#define | BOOL int |
Boolean value as integer. | |
Functions | |
void | taginfo_info_free (TagInfo_Info *info) |
TagInfo_Info * | taginfo_info_create (const char *filename) |
TagInfo_Info * | taginfo_info_create_with_file_type (const char *filename, TagInfo_MediaFileType format) |
TagInfo_Info * | taginfo_info_create_from_mime (const char *filename, const char *mime_type) |
BOOL | taginfo_info_is_valid (TagInfo_Info *info) |
BOOL | taginfo_info_load (TagInfo_Info *info) |
BOOL | taginfo_info_save (TagInfo_Info *info) |
void | taginfo_info_enable_string_management (BOOL management) |
Enable string management for libtaginfo. | |
void | taginfo_info_free_strings () |
char * | taginfo_info_get_album (const TagInfo_Info *info) |
void | taginfo_info_set_album (TagInfo_Info *info, const char *album) |
char * | taginfo_info_get_albumartist (const TagInfo_Info *info) |
void | taginfo_info_set_albumartist (TagInfo_Info *info, const char *albumartist) |
char * | taginfo_info_get_artist (const TagInfo_Info *info) |
Get the artist tag of a media track. More... | |
void | taginfo_info_set_artist (TagInfo_Info *info, const char *artist) |
int | taginfo_info_get_beats_per_minute (const TagInfo_Info *info) |
Get the BPM of a media track. More... | |
void | taginfo_info_set_beats_per_minute (TagInfo_Info *info, int new_bpm) |
Set the BPM of a media track. More... | |
char * | taginfo_info_get_comment (const TagInfo_Info *info) |
void | taginfo_info_set_comment (TagInfo_Info *info, const char *comment) |
char * | taginfo_info_get_composer (const TagInfo_Info *info) |
void | taginfo_info_set_composer (TagInfo_Info *info, const char *composer) |
char * | taginfo_info_get_copyright (const TagInfo_Info *info) |
void | taginfo_info_set_copyright (TagInfo_Info *info, const char *copyright) |
char * | taginfo_info_get_encoder (const TagInfo_Info *info) |
void | taginfo_info_set_encoder (TagInfo_Info *info, const char *encoder) |
char * | taginfo_info_get_genre (const TagInfo_Info *info) |
void | taginfo_info_set_genre (TagInfo_Info *info, const char *genre) |
BOOL | taginfo_info_get_has_image (const TagInfo_Info *info) |
Get information on the availability of an image that is embedded in the media file. More... | |
char * | taginfo_info_get_homepage (const TagInfo_Info *info) |
void | taginfo_info_set_homepage (TagInfo_Info *info, const char *homepage) |
BOOL | taginfo_info_get_is_compilation (const TagInfo_Info *info) |
Get the information if the media file is part of a compilation / VA album. More... | |
void | taginfo_info_set_is_compilation (TagInfo_Info *info, BOOL is_compilation) |
Set the information if the media file is part of a compilation / VA album. More... | |
char * | taginfo_info_get_original_artist (const TagInfo_Info *info) |
void | taginfo_info_set_original_artist (TagInfo_Info *info, const char *artist) |
int | taginfo_info_get_playcount (const TagInfo_Info *info) |
Get the play count of a media track. More... | |
void | taginfo_info_set_playcount (TagInfo_Info *info, int count) |
Set the play count tag of a media track. More... | |
int | taginfo_info_get_rating (const TagInfo_Info *info) |
Get the rating of a media track. rating 1 - 5; 0 -> not set. More... | |
void | taginfo_info_set_rating (TagInfo_Info *info, int rating) |
Set the rating tag of a media track. rating 1 - 5; 0 -> not set. More... | |
char * | taginfo_info_get_title (const TagInfo_Info *info) |
void | taginfo_info_set_title (TagInfo_Info *info, const char *title) |
int | taginfo_info_get_track_count (const TagInfo_Info *info) |
void | taginfo_info_set_track_count (TagInfo_Info *info, int track_number) |
int | taginfo_info_get_track_number (const TagInfo_Info *info) |
void | taginfo_info_set_track_number (TagInfo_Info *info, int track_number) |
int | taginfo_info_get_volume_count (const TagInfo_Info *info) |
Get the volume count of a media track. More... | |
void | taginfo_info_set_volume_count (TagInfo_Info *info, int count) |
Set the volume count tag of a media track. More... | |
int | taginfo_info_get_volume_number (const TagInfo_Info *info) |
Get the volume number of a media track. More... | |
void | taginfo_info_set_volume_number (TagInfo_Info *info, int number) |
Set the volume number tag of a media track. More... | |
int | taginfo_info_get_year (const TagInfo_Info *info) |
void | taginfo_info_set_year (TagInfo_Info *info, int year) |
int | taginfo_info_get_length (const TagInfo_Info *info) |
int | taginfo_info_get_bitrate (const TagInfo_Info *info) |
int | taginfo_info_get_samplerate (const TagInfo_Info *info) |
int | taginfo_info_get_channels (const TagInfo_Info *info) |
char ** | taginfo_info_get_track_labels (const TagInfo_Info *info, int *data_length) |
Get an array of user defined track labels. More... | |
void | taginfo_info_set_track_labels (TagInfo_Info *info, const char *const *data, int data_length) |
Set an array of user defined track labels. More... | |
char ** | taginfo_info_get_album_labels (const TagInfo_Info *info, int *data_length) |
Get an array of user defined album labels. More... | |
void | taginfo_info_set_album_labels (TagInfo_Info *info, const char *const *data, int data_length) |
Set an array of user defined album labels. More... | |
char ** | taginfo_info_get_artist_labels (const TagInfo_Info *info, int *data_length) |
Get an array of user defined artist labels. More... | |
void | taginfo_info_set_artist_labels (TagInfo_Info *info, const char *const *data, int data_length) |
Set an array of user defined artist labels. More... | |
char * | taginfo_info_get_lyrics (const TagInfo_Info *info) |
Get a lyrics string from the media file. More... | |
void | taginfo_info_set_lyrics (TagInfo_Info *info, const char *lyrics) |
Set a lyrics string to the media file. More... | |
TagInfo_Image ** | taginfo_info_get_images (const TagInfo_Info *info, int *image_count) |
Get an array of images copied from the file embedded images. More... | |
void | taginfo_info_set_images (TagInfo_Info *info, TagInfo_Image **images, const int image_count) |
Set an array of TagInfo_Image to be embedded into the media file. More... | |
TagInfo_Image * | taginfo_image_new () |
void | taginfo_image_free (TagInfo_Image *img) |
void | taginfo_image_array_free (TagInfo_Image **img_arr) |
char * | taginfo_image_get_data (const TagInfo_Image *img, unsigned int *bin_data_length) |
Get the binary data of the image. More... | |
void | taginfo_image_set_data (TagInfo_Image *img, char *bin_data, unsigned int bin_data_length) |
Set the binary data of the image. More... | |
TagInfo_ImageContentType | taginfo_image_get_content_type (const TagInfo_Image *img) |
Get the content's type of the image. More... | |
void | taginfo_image_set_content_type (TagInfo_Image *img, TagInfo_ImageContentType itype) |
Set the content's type of the image. More... | |
TagInfo_ImageFileType | taginfo_image_get_file_type (const TagInfo_Image *img) |
Get the file's type of the image. More... | |
void | taginfo_image_set_file_type (TagInfo_Image *img, TagInfo_ImageFileType image_f_type) |
Set the file's type of the image. More... | |
char * | taginfo_image_get_description (const TagInfo_Image *img) |
Get the file's type of the image. More... | |
void | taginfo_image_set_description (TagInfo_Image *img, const char *new_description) |
Set the file's type of the image. More... | |
enumeration for image content description
Definition at line 195 of file taginfo_c.h.
is an enumeration of image file types for embedded images
Definition at line 180 of file taginfo_c.h.
is an enumeration of media file types supported in libtaginfo
Definition at line 125 of file taginfo_c.h.
void taginfo_image_array_free | ( | TagInfo_Image ** | img_arr | ) |
Frees an array of TagInfo_Image as returned from taginfo_info_get_images()..
img_arr | An array of TagInfo_Image |
Definition at line 894 of file taginfo_c.cc.
void taginfo_image_free | ( | TagInfo_Image * | img | ) |
Frees a TagInfo_Image object.
img | A TagInfo_Image object |
Definition at line 882 of file taginfo_c.cc.
TagInfo_ImageContentType taginfo_image_get_content_type | ( | const TagInfo_Image * | img | ) |
Get the content's type of the image.
img | A TagInfo_Image object |
Definition at line 806 of file taginfo_c.cc.
References TAG_INFO_IMAGE_CONTENT_OTHER.
char* taginfo_image_get_data | ( | const TagInfo_Image * | img, |
unsigned int * | bin_data_length | ||
) |
Get the binary data of the image.
img | A TagInfo_Image object |
bin_data_length | The return location for the length of the returned array. |
Definition at line 781 of file taginfo_c.cc.
char* taginfo_image_get_description | ( | const TagInfo_Image * | img | ) |
Get the file's type of the image.
img | A TagInfo_Image object |
Definition at line 854 of file taginfo_c.cc.
TagInfo_ImageFileType taginfo_image_get_file_type | ( | const TagInfo_Image * | img | ) |
Get the file's type of the image.
img | A TagInfo_Image object |
Definition at line 830 of file taginfo_c.cc.
References TAG_INFO_IMAGE_FILE_TYPE_UNKNOWN.
TagInfo_Image* taginfo_image_new | ( | ) |
Constructor function for new TagInfo_Image
Definition at line 770 of file taginfo_c.cc.
void taginfo_image_set_content_type | ( | TagInfo_Image * | img, |
TagInfo_ImageContentType | itype | ||
) |
Set the content's type of the image.
img | A TagInfo_Image object |
itype | image type as TagInfo_ImageContentType |
Definition at line 818 of file taginfo_c.cc.
void taginfo_image_set_data | ( | TagInfo_Image * | img, |
char * | bin_data, | ||
unsigned int | bin_data_length | ||
) |
Set the binary data of the image.
img | A TagInfo_Image object |
bin_data | Array of bytes |
bin_data_length | The length of the data array. |
Definition at line 794 of file taginfo_c.cc.
void taginfo_image_set_description | ( | TagInfo_Image * | img, |
const char * | new_description | ||
) |
Set the file's type of the image.
img | A TagInfo_Image object |
new_description | as const char*. Will be copied internally |
Definition at line 866 of file taginfo_c.cc.
void taginfo_image_set_file_type | ( | TagInfo_Image * | img, |
TagInfo_ImageFileType | image_f_type | ||
) |
Set the file's type of the image.
img | A TagInfo_Image object |
image_f_type | image type as TagInfo_ImageFileType |
Definition at line 842 of file taginfo_c.cc.
TagInfo_Info* taginfo_info_create | ( | const char * | filename | ) |
Creates a TagInfo_Info object based on filename. TagInfo will try to guess the file type.
Definition at line 98 of file taginfo_c.cc.
TagInfo_Info* taginfo_info_create_from_mime | ( | const char * | filename, |
const char * | mime_type | ||
) |
Creates a TagInfo_Info object based on filename and mimetype
Definition at line 121 of file taginfo_c.cc.
TagInfo_Info* taginfo_info_create_with_file_type | ( | const char * | filename, |
TagInfo_MediaFileType | media_file_type | ||
) |
Creates a TagInfo_Info object based on filename and TagInfo_MediaFileType
Definition at line 108 of file taginfo_c.cc.
void taginfo_info_free | ( | TagInfo_Info * | info | ) |
Frees a TagInfo_Info object.
info | A TagInfo_Info object |
Definition at line 138 of file taginfo_c.cc.
void taginfo_info_free_strings | ( | ) |
Clean up used strings To be used in case string management is used
Definition at line 51 of file taginfo_c.cc.
char* taginfo_info_get_album | ( | const TagInfo_Info * | info | ) |
Get the album of a media track.
info | A TagInfo_Info object |
Definition at line 209 of file taginfo_c.cc.
char** taginfo_info_get_album_labels | ( | const TagInfo_Info * | info, |
int * | labels_length | ||
) |
Get an array of user defined album labels.
info | A TagInfo_Info object |
labels_length | The return location for the length of the returned array. |
Definition at line 666 of file taginfo_c.cc.
char* taginfo_info_get_albumartist | ( | const TagInfo_Info * | info | ) |
Get the albumartist tag of a media track.
info | A TagInfo_Info object |
Definition at line 255 of file taginfo_c.cc.
char* taginfo_info_get_artist | ( | const TagInfo_Info * | info | ) |
Get the artist tag of a media track.
info | A TagInfo_Info object |
Definition at line 163 of file taginfo_c.cc.
char** taginfo_info_get_artist_labels | ( | const TagInfo_Info * | info, |
int * | labels_length | ||
) |
Get an array of user defined artist labels.
info | A TagInfo_Info object |
labels_length | The return location for the length of the returned array. |
Definition at line 691 of file taginfo_c.cc.
int taginfo_info_get_beats_per_minute | ( | const TagInfo_Info * | info | ) |
Get the BPM of a media track.
info | A TagInfo_Info object |
Definition at line 544 of file taginfo_c.cc.
int taginfo_info_get_bitrate | ( | const TagInfo_Info * | info | ) |
Get the bitrate audio property
info | A TagInfo_Info object |
Definition at line 473 of file taginfo_c.cc.
int taginfo_info_get_channels | ( | const TagInfo_Info * | info | ) |
Get the channels audio property
info | A TagInfo_Info object |
Definition at line 493 of file taginfo_c.cc.
char* taginfo_info_get_comment | ( | const TagInfo_Info * | info | ) |
Get the comment tag of a media track.
info | A TagInfo_Info object |
Definition at line 278 of file taginfo_c.cc.
char* taginfo_info_get_composer | ( | const TagInfo_Info * | info | ) |
Get the composer tag of a media track.
info | A TagInfo_Info object |
Definition at line 301 of file taginfo_c.cc.
char* taginfo_info_get_copyright | ( | const TagInfo_Info * | info | ) |
Get the copyright tag of a media track.
info | A TagInfo_Info object |
Definition at line 370 of file taginfo_c.cc.
char* taginfo_info_get_encoder | ( | const TagInfo_Info * | info | ) |
Get the encoder tag of a media track.
info | A TagInfo_Info object |
Definition at line 347 of file taginfo_c.cc.
char* taginfo_info_get_genre | ( | const TagInfo_Info * | info | ) |
Get the genre tag of a media track.
info | A TagInfo_Info object |
Definition at line 393 of file taginfo_c.cc.
BOOL taginfo_info_get_has_image | ( | const TagInfo_Info * | info | ) |
Get information on the availability of an image that is embedded in the media file.
info | A TagInfo_Info object |
Definition at line 513 of file taginfo_c.cc.
char* taginfo_info_get_homepage | ( | const TagInfo_Info * | info | ) |
Get the homepage tag of a media track.
info | A TagInfo_Info object |
Definition at line 324 of file taginfo_c.cc.
TagInfo_Image** taginfo_info_get_images | ( | const TagInfo_Info * | info, |
int * | image_count | ||
) |
Get an array of images copied from the file embedded images.
info | A TagInfo_Info object |
image_count | The return location for the length of the returned array. |
Definition at line 736 of file taginfo_c.cc.
BOOL taginfo_info_get_is_compilation | ( | const TagInfo_Info * | info | ) |
Get the information if the media file is part of a compilation / VA album.
info | A TagInfo_Info object |
Definition at line 620 of file taginfo_c.cc.
References BOOL.
int taginfo_info_get_length | ( | const TagInfo_Info * | info | ) |
Get the length audio property
info | A TagInfo_Info object |
Definition at line 503 of file taginfo_c.cc.
char* taginfo_info_get_lyrics | ( | const TagInfo_Info * | info | ) |
Get a lyrics string from the media file.
info | A TagInfo_Info object |
Definition at line 911 of file taginfo_c.cc.
char* taginfo_info_get_original_artist | ( | const TagInfo_Info * | info | ) |
Get the original artist of a media track.
info | A TagInfo_Info object |
Definition at line 186 of file taginfo_c.cc.
int taginfo_info_get_playcount | ( | const TagInfo_Info * | info | ) |
Get the play count of a media track.
info | A TagInfo_Info object |
Definition at line 601 of file taginfo_c.cc.
int taginfo_info_get_rating | ( | const TagInfo_Info * | info | ) |
Get the rating of a media track. rating 1 - 5; 0 -> not set.
info | A TagInfo_Info object |
Definition at line 582 of file taginfo_c.cc.
int taginfo_info_get_samplerate | ( | const TagInfo_Info * | info | ) |
Get the samplerate audio property
info | A TagInfo_Info object |
Definition at line 483 of file taginfo_c.cc.
char* taginfo_info_get_title | ( | const TagInfo_Info * | info | ) |
Get the title of a media track.
info | A TagInfo_Info object |
Definition at line 232 of file taginfo_c.cc.
int taginfo_info_get_track_count | ( | const TagInfo_Info * | info | ) |
Get the track count of a media track.
info | A TagInfo_Info object |
Definition at line 435 of file taginfo_c.cc.
char** taginfo_info_get_track_labels | ( | const TagInfo_Info * | info, |
int * | labels_length | ||
) |
Get an array of user defined track labels.
info | A TagInfo_Info object |
labels_length | The return location for the length of the returned array. |
Definition at line 641 of file taginfo_c.cc.
int taginfo_info_get_track_number | ( | const TagInfo_Info * | info | ) |
Get the track number of a media track.
info | A TagInfo_Info object |
Definition at line 416 of file taginfo_c.cc.
int taginfo_info_get_volume_count | ( | const TagInfo_Info * | info | ) |
Get the volume count of a media track.
info | A TagInfo_Info object |
Definition at line 563 of file taginfo_c.cc.
int taginfo_info_get_volume_number | ( | const TagInfo_Info * | info | ) |
Get the volume number of a media track.
info | A TagInfo_Info object |
Definition at line 524 of file taginfo_c.cc.
int taginfo_info_get_year | ( | const TagInfo_Info * | info | ) |
Get the publishing year of a media track.
info | A TagInfo_Info object |
Definition at line 454 of file taginfo_c.cc.
BOOL taginfo_info_load | ( | TagInfo_Info * | info | ) |
Load the tag information from the media file to the TagInfo_Info object
info | A TagInfo_Info object |
Definition at line 147 of file taginfo_c.cc.
BOOL taginfo_info_save | ( | TagInfo_Info * | info | ) |
Save the tag information from the TagInfo_Info object to the media file.
info | A TagInfo_Info object |
Definition at line 153 of file taginfo_c.cc.
void taginfo_info_set_album | ( | TagInfo_Info * | info, |
const char * | album | ||
) |
Set the album of a media track.
info | A TagInfo_Info object |
album | Album as const char *. |
Definition at line 222 of file taginfo_c.cc.
void taginfo_info_set_album_labels | ( | TagInfo_Info * | info, |
const char *const * | labels, | ||
int | labels_length | ||
) |
Set an array of user defined album labels.
info | A TagInfo_Info object |
labels | An array of user defined album labels |
labels_length | The length of the array |
Definition at line 678 of file taginfo_c.cc.
void taginfo_info_set_albumartist | ( | TagInfo_Info * | info, |
const char * | albumartist | ||
) |
Set the album artist tag of a media track.
info | A TagInfo_Info object |
albumartist | Album artist as const char *. |
Definition at line 268 of file taginfo_c.cc.
void taginfo_info_set_artist | ( | TagInfo_Info * | info, |
const char * | artist | ||
) |
Set the artist tag of a media track.
info | A TagInfo_Info object |
artist | Artist as const char *. |
Definition at line 176 of file taginfo_c.cc.
void taginfo_info_set_artist_labels | ( | TagInfo_Info * | info, |
const char *const * | labels, | ||
int | labels_length | ||
) |
Set an array of user defined artist labels.
info | A TagInfo_Info object |
labels | An array of user defined artist labels |
labels_length | The length of the array |
Definition at line 703 of file taginfo_c.cc.
void taginfo_info_set_beats_per_minute | ( | TagInfo_Info * | info, |
int | new_bpm | ||
) |
Set the BPM of a media track.
info | A TagInfo_Info object |
new_bpm | BPM as int. |
Definition at line 553 of file taginfo_c.cc.
void taginfo_info_set_comment | ( | TagInfo_Info * | info, |
const char * | comment | ||
) |
Set the comment of a media track.
info | A TagInfo_Info object |
comment | Comment as const char *. |
Definition at line 291 of file taginfo_c.cc.
void taginfo_info_set_composer | ( | TagInfo_Info * | info, |
const char * | composer | ||
) |
Set the composer of a media track.
info | A TagInfo_Info object |
composer | Composer as const char *. |
Definition at line 314 of file taginfo_c.cc.
void taginfo_info_set_copyright | ( | TagInfo_Info * | info, |
const char * | copyright | ||
) |
Set the copyright tag of a media track.
info | A TagInfo_Info object |
copyright | Copyright tag as const char *. |
Definition at line 383 of file taginfo_c.cc.
void taginfo_info_set_encoder | ( | TagInfo_Info * | info, |
const char * | encoder | ||
) |
Set the encoder of a media track.
info | A TagInfo_Info object |
encoder | Encoder tag as const char *. |
Definition at line 360 of file taginfo_c.cc.
void taginfo_info_set_genre | ( | TagInfo_Info * | info, |
const char * | genre | ||
) |
Set the genre tag of a media track.
info | A TagInfo_Info object |
genre | Genre tag as const char *. |
Definition at line 406 of file taginfo_c.cc.
void taginfo_info_set_homepage | ( | TagInfo_Info * | info, |
const char * | homepage | ||
) |
Set the homepage tag of a media track.
info | A TagInfo_Info object |
homepage | Homepage tag as const char *. |
Definition at line 337 of file taginfo_c.cc.
void taginfo_info_set_images | ( | TagInfo_Info * | info, |
TagInfo_Image ** | images, | ||
const int | image_count | ||
) |
Set an array of TagInfo_Image to be embedded into the media file.
info | A TagInfo_Info object |
images | An array of TagInfo_Image |
image_count | The length of the TagInfo_Image array |
Definition at line 761 of file taginfo_c.cc.
void taginfo_info_set_is_compilation | ( | TagInfo_Info * | info, |
BOOL | is_compilation | ||
) |
Set the information if the media file is part of a compilation / VA album.
info | A TagInfo_Info object |
is_compilation | TRUE if it is part of a compilation |
Definition at line 630 of file taginfo_c.cc.
void taginfo_info_set_lyrics | ( | TagInfo_Info * | info, |
const char * | lyrics | ||
) |
Set a lyrics string to the media file.
lyrics | Lyrics string |
info | A TagInfo_Info object |
Definition at line 925 of file taginfo_c.cc.
void taginfo_info_set_original_artist | ( | TagInfo_Info * | info, |
const char * | artist | ||
) |
Set the original artist of a media track.
info | A TagInfo_Info object |
artist | Original artist as const char *. |
Definition at line 199 of file taginfo_c.cc.
void taginfo_info_set_playcount | ( | TagInfo_Info * | info, |
int | count | ||
) |
Set the play count tag of a media track.
info | A TagInfo_Info object |
count | Play count tag as int. |
Definition at line 610 of file taginfo_c.cc.
void taginfo_info_set_rating | ( | TagInfo_Info * | info, |
int | rating | ||
) |
Set the rating tag of a media track. rating 1 - 5; 0 -> not set.
info | A TagInfo_Info object |
rating | Rating as int. |
Definition at line 591 of file taginfo_c.cc.
void taginfo_info_set_title | ( | TagInfo_Info * | info, |
const char * | title | ||
) |
Set the title of a media track.
info | A TagInfo_Info object |
title | Title as const char *. |
Definition at line 245 of file taginfo_c.cc.
void taginfo_info_set_track_count | ( | TagInfo_Info * | info, |
int | track_count | ||
) |
Set the track count tag of a media track.
info | A TagInfo_Info object |
track_count | Track count tag as int. |
Definition at line 444 of file taginfo_c.cc.
void taginfo_info_set_track_labels | ( | TagInfo_Info * | info, |
const char *const * | labels, | ||
int | labels_length | ||
) |
Set an array of user defined track labels.
info | A TagInfo_Info object |
labels | An array of user defined track labels |
labels_length | The length of the array |
Definition at line 653 of file taginfo_c.cc.
void taginfo_info_set_track_number | ( | TagInfo_Info * | info, |
int | track_number | ||
) |
Set the track number tag of a media track.
info | A TagInfo_Info object |
track_number | Track number tag as int. |
Definition at line 425 of file taginfo_c.cc.
void taginfo_info_set_volume_count | ( | TagInfo_Info * | info, |
int | count | ||
) |
Set the volume count tag of a media track.
info | A TagInfo_Info object |
count | Volume count tag as int. |
Definition at line 572 of file taginfo_c.cc.
void taginfo_info_set_volume_number | ( | TagInfo_Info * | info, |
int | number | ||
) |
Set the volume number tag of a media track.
info | A TagInfo_Info object |
number | Volume number tag as int. |
Definition at line 533 of file taginfo_c.cc.
void taginfo_info_set_year | ( | TagInfo_Info * | info, |
int | year | ||
) |
Set the year tag of a media track.
info | A TagInfo_Info object |
year | Year tag as int. |
Definition at line 463 of file taginfo_c.cc.