Click or drag to resize

SourceFile Class

Source file.
Inheritance Hierarchy
SystemObject
  Options.CoreSourceFile

Namespace:  Options.Core
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class SourceFile

The SourceFile type exposes the following members.

Constructors
  NameDescription
Public methodSourceFile(String)
Source file with all the length.
Public methodSourceFile(String, TimeSpan, TimeSpan)
Source file with a specific length.
Top
Properties
  NameDescription
Public propertyFile
The file name.
Public propertyFrom
From length.
Public propertyTo
To length.
Top
See Also