public ActionService(Context context, PlatformAudioPlayer player) { // Store things this.UsingContext = context; this.Player = player; this.binder = new ActionBinder(this); }
public MediaSessionCallbacks(PlatformAudioPlayer _player) { player = _player; }