GESClipAsset

GESClipAsset

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GESAsset
        ╰── GESClipAsset
            ╰── GESUriClipAsset

Implemented Interfaces

GESClipAsset implements GAsyncInitable, GInitable and GESMetaContainer.

Includes

#include <ges/ges.h>

Description

Functions

ges_clip_asset_get_type ()

GType
ges_clip_asset_get_type (void);

ges_clip_asset_set_supported_formats ()

void
ges_clip_asset_set_supported_formats (GESClipAsset *self,
                                      GESTrackType supportedformats);

ges_clip_asset_get_supported_formats ()

GESTrackType
ges_clip_asset_get_supported_formats (GESClipAsset *self);

Types and Values

GESClipAsset

typedef struct _GESClipAsset GESClipAsset;