MusicPlayer Class

Definition

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()

Applies to