am 50b9eb1c: Merge "Update the documentiation for MediaMuxer::writeSampleData()" into jb-mr2-dev

* commit '50b9eb1c7375a87525d44a036337a8ba18eba55b':
  Update the documentiation for MediaMuxer::writeSampleData()
This commit is contained in:
ztenghui
2013-04-08 10:27:18 -07:00
committed by Android Git Automerger

View File

@@ -257,8 +257,10 @@ final public class MediaMuxer {
}
/**
* Writes an encoded sample into the muxer. The application needs to make
* sure that the samples are written into the right tracks.
* Writes an encoded sample into the muxer.
* <p>The application needs to make sure that the samples are written into
* the right tracks. Also, it needs to make sure the samples for each track
* are written in chronological order.</p>
* @param byteBuf The encoded sample.
* @param trackIndex The track index for this sample.
* @param bufferInfo The buffer information related to this sample.