nugu-android
nugu-android-helper
/
com.skt.nugu.sdk.platform.android.speaker
/
AndroidAudioSpeaker
Android
Audio
Speaker
abstract
class
AndroidAudioSpeaker
(
context
:
Context
,
streamType
:
Int
)
:
Speaker
Content copied to clipboard
Default Implementation of
Speaker
for android
Constructors
Functions
Constructors
Android
Audio
Speaker
Link copied to clipboard
fun
AndroidAudioSpeaker
(
context
:
Context
,
streamType
:
Int
)
Content copied to clipboard
Functions
adjust
Volume
Link copied to clipboard
open
override
fun
adjustVolume
(
deltaVolume
:
Int
)
:
Boolean
Content copied to clipboard
get
Default
Volume
Level
Link copied to clipboard
open
override
fun
getDefaultVolumeLevel
(
)
:
Int
?
Content copied to clipboard
get
Default
Volume
Step
Link copied to clipboard
open
override
fun
getDefaultVolumeStep
(
)
:
Int
?
Content copied to clipboard
get
Group
Link copied to clipboard
open
fun
getGroup
(
)
:
String
?
Content copied to clipboard
get
Max
Volume
Link copied to clipboard
open
override
fun
getMaxVolume
(
)
:
Int
?
Content copied to clipboard
get
Min
Volume
Link copied to clipboard
open
override
fun
getMinVolume
(
)
:
Int
?
Content copied to clipboard
get
Speaker
Settings
Link copied to clipboard
open
override
fun
getSpeakerSettings
(
)
:
Speaker.SpeakerSettings
?
Content copied to clipboard
get
Speaker
Type
Link copied to clipboard
abstract
fun
getSpeakerType
(
)
:
Speaker.Type
Content copied to clipboard
set
Mute
Link copied to clipboard
open
override
fun
setMute
(
mute
:
Boolean
)
:
Boolean
Content copied to clipboard
set
Volume
Link copied to clipboard
open
override
fun
setVolume
(
volume
:
Int
,
rate
:
Speaker.Rate
)
:
Boolean
Content copied to clipboard