AVProbeData

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

extern (C) @nogc nothrow
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
const(char)* filename;
Undocumented in source.
mime_type
const(char)* mime_type;

< mime_type, when known.

Meta