ComponentModule

@Module
open class ComponentModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
open fun attributes(): AudioAttributes
Link copied to clipboard
@Provides
open fun mediaPlayer(attributes: AudioAttributes): MediaPlayer
Link copied to clipboard
@Provides
@Singleton
open fun soundManager(mediaPlayer: MediaPlayer, pool: SoundPool, context: Context): QuestSoundManager
Link copied to clipboard
@Provides
open fun soundPool(attributes: AudioAttributes): SoundPool