![]() |
Miam-Player
0.8.0
A nice music player
|
#include <avformat.h>
Public Attributes | |
const char * | filename |
unsigned char * | buf |
int | buf_size |
const char * | mime_type |
This structure contains the data a format has to probe a file.
unsigned char* AVProbeData::buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
int AVProbeData::buf_size |
Size of buf except extra allocated bytes
const char* AVProbeData::filename |
const char* AVProbeData::mime_type |
mime_type, when known.