WaveRecorderSave Method

Stops recording and saves the recorded audio to disk.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Save(
	string filepath,
	bool overWrite = false
)

Parameters

filepath  String
The filepath.
overWrite  Boolean  (Optional)
If , overwrites any existing file.

Exceptions

Exception Cannot save because any audio is recorded. or The destination file already exists.

See Also