Module: Gst::SearchMode

Defined in:
(unknown)

Constant Summary collapse

EXACT =

Only search for exact matches.

0 or :exact
BEFORE =

Search for an exact match or the element just before.

1 or :before
AFTER =

Search for an exact match or the element just after.

2 or :after