AudioPlayerPlaybackMode Property
Gets or sets the playback mode for the current audio 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 AudioPlayMode PlaybackMode { get; set; }
Public Overridable Property PlaybackMode As AudioPlayMode
Get
Set
Dim instance As AudioPlayer
Dim value As AudioPlayMode
value = instance.PlaybackMode
instance.PlaybackMode = value
public:
virtual property AudioPlayMode PlaybackMode {
AudioPlayMode get ();
void set (AudioPlayMode value);
}
abstract PlaybackMode : AudioPlayMode with get, set
override PlaybackMode : AudioPlayMode with get, set
No code example is currently available or this language may not be supported.
Property Value
AudioPlayMode
The playback mode for the current audio file.