UriClip
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_uri_clip_get_type ()" ) ]
public class UriClip :
SourceClip,
Extractable,
MetaContainer
Represents all the output streams from a particular uri.
It is assumed that the URI points to a file of some type.
Content:
Properties:
- public bool is_image { get; set construct; }
Whether this uri clip represents a still image or not.
- public bool mute { get; set construct; }
Whether the sound will be played or not.
- public TrackType supported_formats { get; set construct; }
- public string uri { get; construct; }
The location of the file/resource to use.
Creation methods:
Methods:
- public unowned string get_uri ()
Get the location of the resource.
- public bool is_muted ()
Lets you know if the audio track of this
is muted or not.
- public void set_is_image (bool is_image)
Sets whether the clip is a still image or not.
- public void set_mute (bool mute)
Sets whether the audio track of this clip is muted or not.
Inherited Members:
All known members inherited from class GES.Clip
All known members inherited from class GES.Container
All known members inherited from class GES.TimelineElement
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
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer