Commit 9f0a6f16 by andrewlewis Committed by tonihei

Fix typo

PiperOrigin-RevId: 513529059
parent 389d5ea2
......@@ -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
* 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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment