| Top |
| GESUriClip * | ges_uri_clip_new () |
| const gchar * | ges_uri_clip_get_uri () |
| gboolean | ges_uri_clip_is_image () |
| gboolean | ges_uri_clip_is_muted () |
| void | ges_uri_clip_set_is_image () |
| void | ges_uri_clip_set_mute () |
| gboolean | is-image | Read / Write / Construct |
| gboolean | mute | Read / Write / Construct |
| GESTrackType | supported-formats | Read / Write / Construct |
| gchar * | uri | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESContainer ╰── GESClip ╰── GESSourceClip ╰── GESUriClip
“is-image” property“is-image” gboolean
Whether the clip represents a still image or not.
Flags: Read / Write / Construct
Default value: FALSE
“mute” property“mute” gboolean
Mute audio track.
Flags: Read / Write / Construct
Default value: FALSE
“supported-formats” property“supported-formats” GESTrackType
Formats supported by the file.
Flags: Read / Write / Construct
Default value: GES_TRACK_TYPE_UNKNOWN
“uri” property“uri” gchar *
uri of the resource.
Flags: Read / Write / Construct Only
Default value: NULL