コード例 #1
0
 public void setSubShown(boolean shown) {
   if (mMediaPlayer != null) mMediaPlayer.setSubShown(shown);
 }