Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89de5eb3 authored by Hangyu Kuang's avatar Hangyu Kuang
Browse files

Update Android mediamuxer documentation as it supports webm already.

Bug: 27075269

Change-Id: Ie2571bb90b6d8dac85dad48d845e21c80b2b250f
parent b76e5865
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ import java.nio.ByteBuffer;
import java.util.Map;

/**
 * MediaMuxer facilitates muxing elementary streams. Currently only supports an
 * mp4 file as the output and at most one audio and/or one video elementary
 * MediaMuxer facilitates muxing elementary streams. Currently supports mp4 or
 * webm file as the output and at most one audio and/or one video elementary
 * stream.
 * <p>
 * It is generally used like this: