AudioPlayerLoadFile Method
Loads an audio file on the player.
Namespace: DevCase.Core.Media.SoundAssembly: 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
)
Public Overridable Sub LoadFile (
filepath As String
)
Dim instance As AudioPlayer
Dim filepath As String
instance.LoadFile(filepath)
public:
virtual void LoadFile(
String^ filepath
)
abstract LoadFile :
filepath : string -> unit
override LoadFile :
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The audio filepath.
FileNotFoundException
|
File not found.
|
NotImplementedException
|
Audio format not supported.
|