Package com.skt.nugu.sdk.agent.sound
Types
Link copied to clipboard
data class BeepDirective(val header: Header, val payload: BeepDirective.Payload)
Content copied to clipboard
Link copied to clipboard
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
Content copied to clipboard
Link copied to clipboard
The public interface for SoundAgent