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 : ObjCRuntime.DisposableObject
type MusicPlayer = class
inherit DisposableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| MusicPlayer() | |
Properties
| Name | Description |
|---|---|
| Handle | (Inherited from DisposableObject) |
| IsPlaying | |
| MusicSequence | |
| Owns | (Inherited from DisposableObject) |
| PlayRateScalar | |
| Time | |
Methods
| Name | Description |
|---|---|
| ClearHandle() | (Inherited from DisposableObject) |
| Create(MusicPlayerStatus) | |
| Dispose() | (Inherited from DisposableObject) |
| Dispose(Boolean) |
Releases the resources used by the MusicPlayer object. |
| Equals(Object) | (Inherited from DisposableObject) |
| GetBeatsForHostTime(Int64, Double) | |
| GetCheckedHandle() | (Inherited from DisposableObject) |
| GetHashCode() | (Inherited from DisposableObject) |
| GetHostTimeForBeats(Double, Int64) | |
| GetTime(Double) | |
| InitializeHandle(NativeHandle) | (Inherited from DisposableObject) |
| Preroll() | |
| SetTime(Double) | |
| Start() | |
| Stop() | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |