FLACPP_APIboolget_cuesheet(constchar*filename,CueSheet*&cuesheet);//! See FLAC__metadata_get_cuesheet().
FLACPP_APIboolget_cuesheet(constchar*filename,CueSheet&cuesheet);//! See FLAC__metadata_get_cuesheet().
FLACPP_APIboolget_picture(constchar*filename,Picture*&picture,::FLAC__StreamMetadata_Picture_Typetype,constchar*mime_type,constFLAC__byte*description,unsignedmax_width,unsignedmax_height,unsignedmax_depth);//! See FLAC__metadata_get_picture().
FLACPP_APIboolget_picture(constchar*filename,Picture&picture,::FLAC__StreamMetadata_Picture_Typetype,constchar*mime_type,constFLAC__byte*description,unsignedmax_width,unsignedmax_height,unsignedmax_depth);//! See FLAC__metadata_get_picture().
FLACPP_APIboolget_picture(constchar*filename,Picture*&picture,::FLAC__StreamMetadata_Picture_Typetype,constchar*mime_type,constFLAC__byte*description,unsignedmax_width,unsignedmax_height,unsignedmax_depth,unsignedmax_colors);//! See FLAC__metadata_get_picture().
FLACPP_APIboolget_picture(constchar*filename,Picture&picture,::FLAC__StreamMetadata_Picture_Typetype,constchar*mime_type,constFLAC__byte*description,unsignedmax_width,unsignedmax_height,unsignedmax_depth,unsignedmax_colors);//! See FLAC__metadata_get_picture().