GESEffectClip

GESEffectClip

Functions

Properties

gchar * audio-bin-description Read / Write / Construct Only
gchar * video-bin-description Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GESTimelineElement
            ╰── GESContainer
                ╰── GESClip
                    ╰── GESOperationClip
                        ╰── GESBaseEffectClip
                            ╰── GESEffectClip

Implemented Interfaces

GESEffectClip implements GESExtractable and GESMetaContainer.

Includes

#include <ges/ges.h>

Description

Functions

ges_effect_clip_new ()

GESEffectClip *
ges_effect_clip_new (const gchar *video_bin_description,
                     const gchar *audio_bin_description);

Types and Values

GESEffectClip

typedef struct _GESEffectClip GESEffectClip;

Property Details

The “audio-bin-description” property

  “audio-bin-description”    gchar *

Bin description of the audio track of the effect.

Flags: Read / Write / Construct Only

Default value: NULL


The “video-bin-description” property

  “video-bin-description”    gchar *

Description of the video track of the effect.

Flags: Read / Write / Construct Only

Default value: NULL