SampleQueueMappingException


@UnstableApi
class SampleQueueMappingException : IOException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ androidx.media3.exoplayer.hls.SampleQueueMappingException

Thrown when it is not possible to map a TrackGroup to a SampleQueue.

Summary

Public constructors

Public constructors

SampleQueueMappingException

SampleQueueMappingException(mimeType: String?)
Parameters
mimeType: String?

The MIME type of the track group whose mapping failed.