Click or drag to resize

SourceFile Constructor (String, TimeSpan, TimeSpan)

Source file with a specific length.

Namespace:  Options.Core
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public SourceFile(
	string File,
	TimeSpan From,
	TimeSpan To
)

Parameters

File
Type: SystemString
From
Type: SystemTimeSpan
To
Type: SystemTimeSpan
See Also