AudioPlayerIsFileLoaded Property
Gets a value that indicates whether the player has loaded a file.
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 bool IsFileLoaded { get; }
Public Overridable ReadOnly Property IsFileLoaded As Boolean
Get
Dim instance As AudioPlayer
Dim value As Boolean
value = instance.IsFileLoaded
public:
virtual property bool IsFileLoaded {
bool get ();
}
abstract IsFileLoaded : bool with get
override IsFileLoaded : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that indicates whether the player has loaded a file.