Table of Contents

Interface IVideoEditXVideoEffect

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Interface for video effects that can be used in VideoEditX.

public interface IVideoEditXVideoEffect

Properties

StartTime

Gets or sets the start time.

TimeSpan StartTime { get; set; }

Property Value

TimeSpan

StopTime

Gets or sets the stop time.

TimeSpan StopTime { get; set; }

Property Value

TimeSpan

Methods

GenerateDescription()

Generates the GStreamer element description for the effect.

string GenerateDescription()

Returns

string

A string containing the GStreamer element description.