Class AVMIDIPlayer

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AVMIDIPlayer
extends NSObject
  • Constructor Details

  • Method Details

    • getDuration

      public double getDuration()
    • isPlaying

      public boolean isPlaying()
    • getRate

      public float getRate()
    • setRate

      public void setRate​(float v)
    • getCurrentPosition

      public double getCurrentPosition()
    • setCurrentPosition

      public void setCurrentPosition​(double v)
    • prepareToPlay

      public void prepareToPlay()
    • play

      public void play​(Runnable completionHandler)
    • stop

      public void stop()