/**
  * Get the current playback state for this session.
  *
  * @return The current PlaybackState or null
  */
 public PlaybackStateCompat getPlaybackState() {
   return mImpl.getPlaybackState();
 }