CoverInfo

CoverInfo — Cover info interface

Types and Values

Description

Cover info interface

Functions

Types and Values

FluCoverInfo

typedef struct {
  FluStreamVideoFrameFormat format;
  guint size;
  guint8 *data;
} FluCoverInfo;

Comprehensive information about a media cover image.

Members

FluStreamVideoFrameFormat format;

format of the cover data

 

guint size;

size of the cover data in bytes

 

guint8 *data;

cover binary data, pointer lifetime is the same as the enclosing FluMediaInfo structure (cover data are freed with FluMediaInfo instance).

[type gpointer]