VisioForge (c) 2025

Search Results for

    Class AudioTransition

    Audio crossfade transition.

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

    Constructors

    AudioTransition(TimeSpan, TimeSpan)

    Initializes a new instance of the AudioTransition class.

    Declaration
    public AudioTransition(TimeSpan startTime, TimeSpan stopTime)
    Parameters
    Type Name Description
    TimeSpan startTime

    The start time.

    TimeSpan stopTime

    The stop time.

    Properties

    StartTime

    Gets or sets the start time.

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

    StopTime

    Gets or sets the stop time.

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

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()