![]() |
![]() |
![]() |
GStreamer Editing Services 1.2.1 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <ges/ges.h> GESClipAsset; GType ges_clip_asset_get_type (void
); void ges_clip_asset_set_supported_formats (GESClipAsset *self
,GESTrackType supportedformats
); GESTrackType ges_clip_asset_get_supported_formats (GESClipAsset *self
);
The GESUriClipAsset is a special GESAsset specilized in GESClip. it is mostly used to get information about the GESTrackType-s the objects extracted from it can potentialy create GESTrackElement for.
void ges_clip_asset_set_supported_formats (GESClipAsset *self
,GESTrackType supportedformats
);
Sets track types for which objects extracted from self
can create GESTrackElement
|
a GESClipAsset |
|
The track types supported by the GESClipAsset |
GESTrackType ges_clip_asset_get_supported_formats
(GESClipAsset *self
);
Gets track types for which objects extracted from self
can create GESTrackElement
|
a GESClipAsset |
Returns : |
The track types on which self will create TrackElement when added to
a layer |