Searched defs:FlacPicture (Results 1 – 1 of 1) sorted by relevance
34 struct FlacPicture { struct35 int type;36 std::string mimeType;37 std::string description;38 FLAC__uint32 width;39 FLAC__uint32 height;40 FLAC__uint32 depth;41 FLAC__uint32 colors;42 std::vector<char> data;