GstTypeFind

Main Gtk struct. Object that stores typefind callbacks. To use with GstTypeFindFactory. peek () Method to peek data. suggest () Method to suggest GstCaps with a given probability. gpointer data; The data used by the caller of the typefinding function. get_length () Returns the length of current data.

Members

Variables

data
void* data;
Undocumented in source.
getLength
ulong function(void* data) getLength;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
peek
ubyte* function(void* data, long offset, uint size) peek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
suggest
void function(void* data, uint probability, GstCaps* caps) suggest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta