Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fe684b22
authored
Feb 02, 2022
by
samrobinson
Committed by
Ian Baker
Feb 04, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Improve Muxer documentation.
PiperOrigin-RevId: 425863658
parent
63bc6755
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameworkMuxer.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameworkMuxer.java
View file @
fe684b22
...
@@ -37,7 +37,7 @@ import java.io.IOException;
...
@@ -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;
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment