Commit a93e8cc6 by hschlueter Committed by Ian Baker

Update Muxer exception javadoc to match MuxerWrapper.

PiperOrigin-RevId: 421039869
parent 6888a791
...@@ -109,7 +109,7 @@ import java.nio.ByteBuffer; ...@@ -109,7 +109,7 @@ import java.nio.ByteBuffer;
* @param data Buffer containing the sample data to write to the container. * @param data Buffer containing the sample data to write to the container.
* @param isKeyFrame Whether the sample is a key frame. * @param isKeyFrame Whether the sample is a key frame.
* @param presentationTimeUs The presentation time of the sample in microseconds. * @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) void writeSampleData(int trackIndex, ByteBuffer data, boolean isKeyFrame, long presentationTimeUs)
throws MuxerException; throws MuxerException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment