Click or drag to resize

AudioConverterOpen Method

Open a source media file and get some information about the source.

Namespace:  CSAudioConverter
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool Open(
	string SourceFile
)

Parameters

SourceFile
Type: SystemString

Return Value

Type: Boolean
True id succeeded, false if failed.
See Also