/**
  * Get the current playback info for this session.
  *
  * @return The current playback info or null.
  */
 public PlaybackInfo getPlaybackInfo() {
   return mImpl.getPlaybackInfo();
 }