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
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer