/**
  * Get the current metadata for this session.
  *
  * @return The current MediaMetadata or null.
  */
 public MediaMetadataCompat getMetadata() {
   return mImpl.getMetadata();
 }