mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Update Muxer exception javadoc to match MuxerWrapper.
PiperOrigin-RevId: 421039869
This commit is contained in:
parent
152e986c09
commit
657e8768be
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ import java.nio.ByteBuffer;
|
|||
* @param data Buffer containing the sample data to write to the container.
|
||||
* @param isKeyFrame Whether the sample is a key frame.
|
||||
* @param presentationTimeUs The presentation time of the sample in microseconds.
|
||||
* @throws MuxerException If the muxer fails to start or an error occurs while writing the sample.
|
||||
* @throws MuxerException If the muxer fails to write the sample.
|
||||
*/
|
||||
void writeSampleData(int trackIndex, ByteBuffer data, boolean isKeyFrame, long presentationTimeUs)
|
||||
throws MuxerException;
|
||||
|
|
|
|||
Loading…
Reference in a new issue