mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +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.264 (AVC)
|
||||
* <li>H.265 (HEVC)
|
||||
* <li>VP9
|
||||
* </ul>
|
||||
* <li>Audio Codecs:
|
||||
* <ul>
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull;
|
|||
* <li>H.263
|
||||
* <li>H.264 (AVC)
|
||||
* <li>H.265 (HEVC)
|
||||
* <li>VP9
|
||||
* </ul>
|
||||
* <li>Audio Codecs:
|
||||
* <ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue