mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update FragmentedMp4Muxer and Mp4Muxerdocumentation to include VP9
PiperOrigin-RevId: 686041467
This commit is contained in:
parent
0100f1d902
commit
0b47e93df5
2 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ import java.nio.ByteBuffer;
|
||||||
* <li>H.263
|
* <li>H.263
|
||||||
* <li>H.264 (AVC)
|
* <li>H.264 (AVC)
|
||||||
* <li>H.265 (HEVC)
|
* <li>H.265 (HEVC)
|
||||||
|
* <li>VP9
|
||||||
* </ul>
|
* </ul>
|
||||||
* <li>Audio Codecs:
|
* <li>Audio Codecs:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull;
|
||||||
* <li>H.263
|
* <li>H.263
|
||||||
* <li>H.264 (AVC)
|
* <li>H.264 (AVC)
|
||||||
* <li>H.265 (HEVC)
|
* <li>H.265 (HEVC)
|
||||||
|
* <li>VP9
|
||||||
* </ul>
|
* </ul>
|
||||||
* <li>Audio Codecs:
|
* <li>Audio Codecs:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue