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