FFmpeg
Public Attributes | List of all members
AVProbeData Struct Reference

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

#include <avformat.h>

Public Attributes

const char * filename
 
unsigned char * buf
 Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. More...
 
int buf_size
 Size of buf except extra allocated bytes.
 
const char * mime_type
 mime_type, when known. More...
 

Detailed Description

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

Member Data Documentation

§ buf

unsigned char* AVProbeData::buf

Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.

§ mime_type

const char* AVProbeData::mime_type

mime_type, when known.


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