Class VFAudioFade
Audio fade class.
Inherited Members
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 |