Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-media
/
com.splendo.kaluga.test.media
/
MockPlaybackState
/
Active
Active
sealed
class
Active
:
MockPlaybackState
Mock implementation of
PlaybackState.Active
Inheritors
Uninitialized
Initialized
Prepared
Stopped
Error
Members
Properties
configuration
Link copied to clipboard
abstract
val
configuration
:
MockPlaybackState.Configuration
end
Link copied to clipboard
val
end
:
suspend
(
)
->
PlaybackState.Closed
media
Surface
Controller
Link copied to clipboard
val
mediaSurfaceController
:
MediaSurfaceController
playback
State
Link copied to clipboard
abstract
val
playbackState
:
PlaybackState
reset
Link copied to clipboard
val
reset
:
suspend
(
)
->
PlaybackState.Uninitialized
volume
Controller
Link copied to clipboard
val
volumeController
:
VolumeController
Functions
fail
With
Error
Link copied to clipboard
fun
failWithError
(
error
:
PlaybackError
)
:
suspend
(
)
->
MockPlaybackState.Error