Interface IVideoEditXVideoEffect
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Interface for video effects that can be used in VideoEditX.
public interface IVideoEditXVideoEffectProperties
StartTime
Gets or sets the start time.
TimeSpan StartTime { get; set; }Property Value
StopTime
Gets or sets the stop time.
TimeSpan StopTime { get; set; }Property Value
Methods
GenerateDescription()
Generates the GStreamer element description for the effect.
string GenerateDescription()Returns
- string
-
A string containing the GStreamer element description.