nugu-android
nugu-android-helper
/
com.skt.nugu.sdk.platform.android.audiosource
/
AudioSource
Audio
Source
interface
AudioSource
Content copied to clipboard
The interface for audio source
Types
Functions
See also
See also
com.
skt.
nugu.
sdk.
platform.
android.
audiosource.
Audio
Source
Manager
,
AudioSourceFactory
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
Content copied to clipboard
Close audio source.
open
Link copied to clipboard
abstract
fun
open
(
)
:
Boolean
Content copied to clipboard
Open audio source.
read
Link copied to clipboard
abstract
fun
read
(
buffer
:
ByteBuffer
,
sizeInBytes
:
Int
)
:
Int
Content copied to clipboard
abstract
fun
read
(
buffer
:
ByteArray
,
offsetInBytes
:
Int
,
sizeInBytes
:
Int
)
:
Int
Content copied to clipboard