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
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.
void ges_uri_clip_set_is_image (GESUriClip *self
,gboolean is_image
);
Sets whether the clip is a still image or not.
void ges_uri_clip_set_mute (GESUriClip *self
,gboolean mute
);
Sets whether the audio track of this clip 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.
Flags: Read / Write / Construct
Default value: FALSE
“mute”
property“mute” gboolean
Whether the sound will be played or not.
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 *
The location of the file/resource to use.
Flags: Read / Write / Construct Only
Default value: NULL