Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.TypeFindProbability

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstTypeFindProbability
Enum : TypeFindProbability
  Show / Hide Inherited methods, properties and signals
The probability of the typefind function. Higher values have more certainty in doing a reliable typefind.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstBase
Method
GstBase.type_find_helper_for_buffer (Object obj, Buffer buf, TypeFindProbability prob) : Gst.Caps
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)