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.

getLength
ulong function(void* data) getLength;

Returns the length of current data.

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

Method to peek data.

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

Method to suggest #GstCaps with a given probability.