GstTypeFind

The following functions allow you to detect the media type of an unknown stream.

Members

Variables

GstReserved
void*[4] GstReserved;
data
void* data;

The data used by the caller of the typefinding function.

getLengthFunc
ulong function(void* data) getLengthFunc;

Returns the length of current data.

peekFunc
const(ubyte)* function(void* data, long offset, uint size) peekFunc;

Method to peek data.

suggestFunc
void function(void* data, uint probability, GstCaps* caps) suggestFunc;

Method to suggest #GstCaps with a given probability.