Skip to main content

id3_genre

Function id3_genre 

Source
pub fn id3_genre(id: u32) -> Option<GString>
Expand description

Gets the ID3v1 genre name for a given ID.

§id

ID of genre to query

§Returns

the genre or NULL if no genre is associated with that ID.