Package com.skt.nugu.sdk.agent.sound

Types

Link copied to clipboard
data class BeepDirective(val header: Header, val payload: BeepDirective.Payload)
Link copied to clipboard
interface BeepDirectiveDelegate
Link copied to clipboard
class SoundAgent(    mediaPlayer: UriSourcePlayablePlayer,     messageSender: MessageSender,     contextManager: ContextManagerInterface,     soundProvider: SoundProvider,     focusChannelName: String,     focusManager: FocusManagerInterface,     beepDirectiveDelegate: BeepDirectiveDelegate?,     beepPlaybackController: BeepPlaybackController,     beepPlaybackPriority: Int) : AbstractCapabilityAgent
Link copied to clipboard
interface SoundProvider

The public interface for SoundAgent