AudioOffloadSupport
@UnstableApi
class AudioOffloadSupport
Represents the support capabilities for audio offload playback.
Summary
Nested types |
|---|
|
A builder to create |
Constants |
|
|---|---|
const AudioOffloadSupport! |
The default configuration. |
Public functions |
|
|---|---|
AudioOffloadSupport.Builder! |
Creates a new |
Boolean |
|
Int |
hashCode() |
Public properties |
|
|---|---|
Boolean |
Whether the format is supported with offload playback. |
Boolean |
Whether playback of the format is supported with gapless transitions. |
Boolean |
Whether playback of the format is supported with speed changes. |
Constants
Public functions
buildUpon
fun buildUpon(): AudioOffloadSupport.Builder!
Creates a new Builder, copying the initial values from this instance.
Public properties
isFormatSupported
val isFormatSupported: Boolean
Whether the format is supported with offload playback.
isGaplessSupported
val isGaplessSupported: Boolean
Whether playback of the format is supported with gapless transitions.
isSpeedChangeSupported
val isSpeedChangeSupported: Boolean
Whether playback of the format is supported with speed changes.