VisioForge (c) 2025

Search Results for

    Class AudioTrackEffect

    Audio base effect (applied to track).

    Inheritance
    object
    AudioTrackEffect
    AudioVolumeEnvelopeEffect
    AudioVolumeFadeEffect
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoEdit
    Assembly: VisioForge.Core.dll
    Syntax
    public class AudioTrackEffect

    Constructors

    AudioTrackEffect()

    Initializes a new instance of the AudioTrackEffect class.

    Declaration
    public AudioTrackEffect()

    Properties

    Duration

    Gets duration.

    Declaration
    public TimeSpan? Duration { get; }
    Property Value
    Type Description
    TimeSpan?

    StartTime

    Gets or sets start time. Set to -1 start and stop time to apply to entire track.

    Declaration
    public TimeSpan? StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan?

    StopTime

    Gets or sets stop time. Set to -1 start and stop time to apply to entire track.

    Declaration
    public TimeSpan? StopTime { get; set; }
    Property Value
    Type Description
    TimeSpan?