Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstTypeFind |
Struct : | TypeFind |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : Array
|
Gst.TypeFind | |
data : void*
|
Gst.TypeFind | |
get_length : void*
read only
|
Gst.TypeFind | |
peek : void*
read only
|
Gst.TypeFind | |
suggest : void*
read only
|
Gst.TypeFind |
Method / Constructor | Defined By | |
---|---|---|
new Gst.TypeFind
()
Create a new Gst.TypeFind
Create a new Gst.TypeFind
|
||
get_length
()
:
Number
Get the length of the data stream.
Get the length of the data stream.
|
Gst.TypeFind | |
Returns the size bytes of the stream to identify beginning at offset.
Returns the size bytes of the stream to identify beginning at offset. If offset is a positive number, the offset is relative to the beginning of the stream, if offset is a negative number the offset is relative to the end of the stream. The returned memory is valid until the typefinding function returns and must not be freed.
|
Gst.TypeFind | |
If a GstTypeFindFunction calls this function it suggests the caps with the given probability.
If a GstTypeFindFunction calls this function it suggests the caps with the given probability. A GstTypeFindFunction may supply different suggestions in one call. It is up to the caller of the GstTypeFindFunction to interpret these values.
|
Gst.TypeFind |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.TypeFindFactory
Method |
call_function
(TypeFind find)
:
none
Calls the GstTypeFindFunction associated with this factory.
|