示例#1
0
 internal static extern bool FLAC__metadata_get_cuesheet(string path, StreamMetadata **cuesheet);
示例#2
0
 internal static extern bool FLAC__metadata_get_picture(string filename, StreamMetadata **picture, Picture.Type type,
                                                        string mime_type, IntPtr description, uint max_width,
                                                        uint max_height, uint max_depth, uint max_colors);
示例#3
0
 internal static extern bool FLAC__metadata_get_tags(string path, StreamMetadata **tags);