mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix typo
PiperOrigin-RevId: 513529059
This commit is contained in:
parent
a28b691ced
commit
82119bbbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import androidx.media3.common.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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue