GESTrackFileSource

GESTrackFileSource — outputs a single media stream from a given file

Functions

Properties

gchar * uri Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GESTrackObject
            ╰── GESTrackSource
                ╰── GESTrackFileSource

Includes

#include <ges/ges.h>

Description

Outputs a single media stream from a given file. The stream chosen depends on the type of the track which contains the object.

Functions

ges_track_filesource_new ()

GESTrackFileSource *
ges_track_filesource_new (gchar *uri);

Creates a new GESTrackFileSource for the provided uri .

Parameters

uri

the URI the source should control

 

Returns

The newly created GESTrackFileSource, or NULL if there was an error.

Types and Values

GESTrackFileSource

typedef struct _GESTrackFileSource GESTrackFileSource;

Property Details

The “uri” property

  “uri”                      gchar *

The location of the file/resource to use.

Flags: Read / Write / Construct Only

Default value: NULL