| GStreamer Editing Services 1.1.90 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include <ges/ges.h>
GESAudioUriSource;
GESAudioUriSource * ges_audio_uri_source_new (gchar *uri);
GObject +----GInitiallyUnowned +----GESTimelineElement +----GESTrackElement +----GESSource +----GESAudioSource +----GESAudioUriSource
GESAudioUriSource * ges_audio_uri_source_new (gchar *uri);
Creates a new GESAudioUriSource for the provided uri.
|
the URI the source should control |
Returns : |
The newly created GESAudioUriSource, or NULL if there was an
error. |
"uri" property"uri" gchar* : Read / Write / Construct Only
The location of the file/resource to use.
Default value: NULL