Improve Muxer documentation.
PiperOrigin-RevId: 425863658
This commit is contained in:
parent
85c07be93c
commit
f39b14f046
@ -37,7 +37,7 @@ import java.io.IOException;
|
|||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
|
||||||
/** Muxer implementation that uses a {@link MediaMuxer}. */
|
/** {@link Muxer} implementation that uses a {@link MediaMuxer}. */
|
||||||
/* package */ final class FrameworkMuxer implements Muxer {
|
/* package */ final class FrameworkMuxer implements Muxer {
|
||||||
|
|
||||||
// MediaMuxer supported sample formats are documented in MediaMuxer.addTrack(MediaFormat).
|
// MediaMuxer supported sample formats are documented in MediaMuxer.addTrack(MediaFormat).
|
||||||
@ -66,6 +66,7 @@ import java.nio.ByteBuffer;
|
|||||||
MimeTypes.VIDEO_WEBM,
|
MimeTypes.VIDEO_WEBM,
|
||||||
ImmutableList.of(MimeTypes.AUDIO_VORBIS));
|
ImmutableList.of(MimeTypes.AUDIO_VORBIS));
|
||||||
|
|
||||||
|
/** {@link Muxer.Factory} for {@link FrameworkMuxer}. */
|
||||||
public static final class Factory implements Muxer.Factory {
|
public static final class Factory implements Muxer.Factory {
|
||||||
@Override
|
@Override
|
||||||
public FrameworkMuxer create(String path, String outputMimeType) throws IOException {
|
public FrameworkMuxer create(String path, String outputMimeType) throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user