Gadulka Player
A minimalistic audio player
Example:
val player = GadulkaPlayer()
player.play(url = "...")
player.stop()
player.release()
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Retrieves the total duration of the playback item in milliseconds.
Link copied to clipboard
Retrieves the current state of the player
Link copied to clipboard
Retrieves the current playback position in milliseconds.
Link copied to clipboard
Retrieves the current volume level of the player.
Link copied to clipboard
Checks whether the player is currently in a playing or buffering state.
Link copied to clipboard