Class ShadowPlayerBase

  • Direct Known Subclasses:
    ShadowMediaPlayer

    @Implements(className="android.media.PlayerBase",
                isInAndroidSdk=false,
                minSdk=24)
    public class ShadowPlayerBase
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static android.media.IAudioService getService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowPlayerBase

        public ShadowPlayerBase()
    • Method Detail

      • getService

        @Implementation(minSdk=26)
        public static android.media.IAudioService getService()