mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo
PiperOrigin-RevId: 513529059
This commit is contained in:
parent
389d5ea229
commit
9f0a6f1619
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import com.google.android.exoplayer2.util.MimeTypes;
|
||||||
* Returns the {@link C.TrackType track type} constant corresponding to how a specified MIME type
|
* Returns the {@link C.TrackType track type} constant corresponding to how a specified MIME type
|
||||||
* should be processed, which may be {@link C#TRACK_TYPE_UNKNOWN} if it could not be determined.
|
* should be processed, which may be {@link C#TRACK_TYPE_UNKNOWN} if it could not be determined.
|
||||||
*
|
*
|
||||||
* <p>{@linkplain MimeTypes#isImage image} mime types are processed as {@link C#TRACK_TYPE_VIDEO}.
|
* <p>{@linkplain MimeTypes#isImage Image} MIME types are processed as {@link C#TRACK_TYPE_VIDEO}.
|
||||||
*
|
*
|
||||||
* <p>See {@link MimeTypes#getTrackType} for more details.
|
* <p>See {@link MimeTypes#getTrackType} for more details.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue