You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mimetype I get is "application/ogg" instead of "audio/ogg".
Code:
val util = ContentInfoUtil()
val info = util.findMatch(inputStream)
val extension = info?.mimeType?.let { mimeType ->
MimeTypeMap.getSingleton().getExtensionFromMimeType(mimeType)?.let { result ->
return result
}
}
The mimetype I get is "application/ogg" instead of "audio/ogg".
Code:
Attached sample file.
Your New Adventure.zip
The text was updated successfully, but these errors were encountered: