AVProbeData

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

@nogc nothrow extern (C)
struct AVProbeData {}

Members

Variables

buf
ubyte* buf;

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

buf_size
int buf_size;

< Size of buf except extra allocated bytes

filename
char* filename;
Undocumented in source.
mime_type
uint8_t* mime_type;

< mime_type, when known.

Meta