public void handleAddTrack(MediaFormat trackFormat) {
   super.addTrack(trackFormat);
   mStarted = true;
 }