Index.getAssocEntryFull

Finds the given format/value in the index with the given compare function and user_data.

Parameters

id int

the id of the index writer

method GstIndexLookupMethod

The lookup method to use

flags GstAssocFlags

Flags for the entry

format GstFormat

the format of the value

value long

the value to find

func GCompareDataFunc

the function used to compare entries

userData void*

user data passed to the compare function

Return Value

the entry associated with the value or NULL if the value was not found.

Meta