AudioPlayerLength Property
Gets the audio length of the current file, in milleseconds.
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 int Length { get; }
Public Overridable ReadOnly Property Length As Integer
Get
Dim instance As AudioPlayer
Dim value As Integer
value = instance.Length
public:
virtual property int Length {
int get ();
}
abstract Length : int with get
override Length : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The audio length of the current file, in milleseconds.
Exception
|
Any file loaded.
|