Module: Gst::TypeFindProbability

Defined in:
(unknown)

Constant Summary collapse

NONE =

type undetected.

0 or :none
MINIMUM =

unlikely typefind.

1 or :minimum
POSSIBLE =

possible type detected.

50 or :possible
LIKELY =

likely a type was detected.

80 or :likely
NEARLY_CERTAIN =

nearly certain that a type was detected.

99 or :nearly_certain
MAXIMUM =

very certain a type was detected.

100 or :maximum