Table of Contents

Class AudioTransition

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

Audio crossfade transition.

public class AudioTransition

Inheritance

Inherited Members

Constructors

AudioTransition(TimeSpan, TimeSpan)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.AudioTransition class.

public AudioTransition(TimeSpan startTime, TimeSpan stopTime)

Parameters

startTime TimeSpan

The start time.

stopTime TimeSpan

The stop time.

Properties

StartTime

Gets or sets the start time.

public TimeSpan StartTime { get; set; }

Property Value

TimeSpan

StopTime

Gets or sets the stop time.

public TimeSpan StopTime { get; set; }

Property Value

TimeSpan

Methods

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.