コード例 #1
0
 public ActionService(Context context, PlatformAudioPlayer player)
 {
     // Store things
     this.UsingContext = context;
     this.Player       = player;
     this.binder       = new ActionBinder(this);
 }
コード例 #2
0
 public MediaSessionCallbacks(PlatformAudioPlayer _player)
 {
     player = _player;
 }