Share via


MusicPlayer Class

Definition

An object that plays a MusicSequence.

public class MusicPlayer : ObjCRuntime.DisposableObject
type MusicPlayer = class
    inherit DisposableObject
Inheritance
MusicPlayer

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)

Applies to