XmpWriter
Object Hierarchy:
Gst.Tag.XmpWriter
Gst.Tag.XmpWriter
Gst.Tag.XmpWriter
Gst.Element
Gst.Element
Gst.Element->Gst.Tag.XmpWriter
Gst.Object
Gst.Object
Gst.Object->Gst.Element
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gst.Object
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Description:
[ CCode ( type_cname = "GstTagXmpWriterInterface" , type_id = "gst_tag_xmp_writer_get_type ()" ) ] [ GIR ( name = "TagXmpWriter" ) ]public interface XmpWriter : Element
This interface is implemented by elements that are able to do XMP serialization.
Examples for such elements are jifmux
and qtmux
.
Applications can use this interface to configure which XMP schemas should be used when serializing tags into XMP. Schemas are represented
by their names, a full list of the supported schemas can be obtained from
xmp_list_schemas . By default, all schemas are used.
Content:
Methods:
public void add_all_schemas ()
Adds all available XMP schemas to the configuration.
public void add_schema (string schema)
Adds schema
to the list schemas
public bool has_schema (string schema)
Checks if schema
is going to be used
public void remove_all_schemas ()
Removes all schemas from the list of schemas to use.
public void remove_schema (string schema)
Removes a schema from the list of schemas to use.
public Buffer tag_list_to_xmp_buffer (TagList taglist, bool read_only)
Inherited Members:
All known members inherited from class Gst.Element
All known members inherited from class Gst.Object
@lock
@ref
add_control_binding
check_uniqueness
deep_notify
default_deep_notify
default_error
flags
get_control_binding
get_control_rate
get_g_value_array
get_name
get_parent
get_path_string
get_value
has_active_control_bindings
has_ancestor
has_as_ancestor
has_as_parent
name
parent
remove_control_binding
replace
set_control_binding_disabled
set_control_bindings_disabled
set_control_rate
set_name
set_parent
suggest_next_sync
sync_values
unparent
unref
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref