BaseAudioPlayer

interface BaseAudioPlayer

Created by Johan Halin on 5.9.2025. Copyright © 2025 Richie Ltd. All rights reserved.

Inheritors

Properties

Link copied to clipboard
abstract val isPlaying: Boolean

Functions

Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
abstract fun togglePlay()