Skip to main content

cdtext_get

Function cdtext_get 

Source
pub unsafe extern "C" fn cdtext_get(
    p_cdtext: *const cdtext_t,
    key: cdtext_field_t,
    track: track_t,
) -> *mut c_char
Expand description

Returns a copy of the return value of cdtext_get_const or NULL.

Must be freed using cdio_free() when done. @see cdtext_get_const