VisioForge (c) 2025

Search Results for

    Class VFAudioFade

    Audio fade class.

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

    Constructors

    VFAudioFade()

    Initializes a new instance of the VFAudioFade class.

    Declaration
    public VFAudioFade()

    Properties

    StartTime

    Gets or sets start time.

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

    StartValue

    Gets or sets start value.

    Declaration
    public int StartValue { get; set; }
    Property Value
    Type Description
    int

    StopTime

    Gets or sets stop time.

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

    StopValue

    Gets or sets stop value.

    Declaration
    public int StopValue { get; set; }
    Property Value
    Type Description
    int

    Track

    Gets or sets track index.

    Declaration
    public int Track { get; set; }
    Property Value
    Type Description
    int