| Import line: | Gst = imports.gi.Gst; |
| GIR File: | Gst-0.10.gir |
| C documentation: | GstTypeFindProbability |
| Enum : | TypeFindProbability |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gst.TypeFindProbability.LIKELY : 80
|
|
|
Number Gst.TypeFindProbability.MAXIMUM : 100
|
|
|
Number Gst.TypeFindProbability.MINIMUM : 1
|
|
|
Number Gst.TypeFindProbability.NEARLY_CERTAIN : 99
|
|
|
Number Gst.TypeFindProbability.POSSIBLE : 50
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GstBase
Method |
Tries to find what type of data is contained in the given GstBuffer, the assumption being that the buffer represents the beginning of the stream or file.
|
|
GstBase
Method |
GstBase.type_find_helper_get_range
(Object obj, Function func, Number size, TypeFindProbability prob)
:
Gst.Caps
Utility function to do pull-based typefinding.
|
|
GstBase
Method |
GstBase.type_find_helper_get_range_ext
(Object obj, Function func, Number size, String extension, TypeFindProbability prob)
:
Gst.Caps
Utility function to do pull-based typefinding.
|