GES.FormatterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
can_load_uri |
r |
Whether the URI can be loaded |
|
description |
r |
||
extension |
r |
||
load_from_uri |
r |
class method to deserialize data from a URI |
|
mimetype |
r |
||
name |
r |
||
parent_class |
r |
the parent class structure |
|
rank |
r |
||
save_to_uri |
r |
class method to serialize data to a URI |
|
version |
r |
Methods¶
|
Details¶
- class GES.FormatterClass¶
GES Formatter class. Override the vmethods to implement the formatter functionnality.
- register_metas(name, description, extensions, caps, version, rank)[source]¶
- Parameters:
name (
str
) – The name of the formatterdescription (
str
) – The formatter descriptionextensions (
str
) – A list of coma separated file extensions handled by the formatter. The order of the extensions should match the list of the structures inside capscaps (
str
) – The caps the formatter handled, they should match what gstreamer typefind mechanism will report for the files the formatter handles.version (
float
) – The version of the formatterrank (
Gst.Rank
) – The rank of the formatter