Miam-Player  0.8.0
A nice music player
AVProbeData Struct Reference

#include <avformat.h>

Public Attributes

const char * filename
 
unsigned char * buf
 
int buf_size
 
const char * mime_type
 

Detailed Description

This structure contains the data a format has to probe a file.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: