| 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 () | 
| 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
Represents all the output streams from a particular uri. It is assumed that the URI points to a file of some type.
GESUriClip *
ges_uri_clip_new (const gchar *uri);
Creates a new GESUriClip for the provided uri
.
const gchar *
ges_uri_clip_get_uri (GESUriClip *self);
Get the location of the resource.
gboolean
ges_uri_clip_is_image (GESUriClip *self);
Lets you know if self
 is an image or not.
gboolean
ges_uri_clip_is_muted (GESUriClip *self);
Lets you know if the audio track of self
 is muted or not.
“is-image” property  “is-image”                 gboolean
Whether this uri clip represents a still image or not. This must be set before create_track_elements is called.
Owner: GESUriClip
Flags: Read / Write / Construct
Default value: FALSE
“mute” property  “mute”                     gboolean
Whether the sound will be played or not.
Owner: GESUriClip
Flags: Read / Write / Construct
Default value: FALSE
“supported-formats” property“supported-formats” GESTrackType
Formats supported by the file.
Owner: GESUriClip
Flags: Read / Write / Construct
Default value: GES_TRACK_TYPE_UNKNOWN