AudioPlayerLoadFile Method

Loads an audio file on the player.

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 LoadFile(
	string filepath
)

Parameters

filepath  String
The audio filepath.

Exceptions

FileNotFoundException File not found.
NotImplementedException Audio format not supported.

See Also