Top |
typedef struct { FluStreamVideoFrameFormat format; guint size; guint8 *data; } FluCoverInfo;
Comprehensive information about a media cover image.
FluStreamVideoFrameFormat |
format of the cover data |
|
size of the cover data in bytes |
||
cover binary data, pointer lifetime is the same as the enclosing FluMediaInfo structure (cover data are freed with FluMediaInfo instance). |
[type gpointer] |