MusicPlayer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object that plays a MusicSequence.
public class MusicPlayer : IDisposable, ObjCRuntime.INativeObject
type MusicPlayer = class
interface INativeObject
interface IDisposable
- Inheritance
-
MusicPlayer
- Implements
Constructors
MusicPlayer() |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
IsPlaying | |
MusicSequence | |
PlayRateScalar | |
Time |
Methods
Create(MusicPlayerStatus) | |
Dispose() |
Releases the resources used by the MusicPlayer object. |
Dispose(Boolean) |
Releases the resources used by the MusicPlayer object. |
Finalize() |
Finalizer for the MusicPlayer object |
GetBeatsForHostTime(Int64, Double) | |
GetHostTimeForBeats(Double, Int64) | |
Preroll() | |
Start() | |
Stop() |