Home
last modified time | relevance | path

Searched defs:FlacPicture (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/extensions/flac/src/main/jni/include/
Dflac_parser.h34 struct FlacPicture { struct
35 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;