nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.asr.audio
/
Encoder
Encoder
interface
Encoder
Content copied to clipboard
Provide a encoder interface
Functions
Functions
encode
Link copied to clipboard
abstract
fun
encode
(
input
:
ByteArray
,
offset
:
Int
,
size
:
Int
)
:
ByteArray
?
Content copied to clipboard
Encode an
input
flush
Link copied to clipboard
abstract
fun
flush
(
)
:
ByteArray
?
Content copied to clipboard
get
Codec
Name
Link copied to clipboard
abstract
fun
getCodecName
(
)
:
String
Content copied to clipboard
get
Mime
Type
Link copied to clipboard
abstract
fun
getMimeType
(
)
:
String
Content copied to clipboard
start
Encoding
Link copied to clipboard
abstract
fun
startEncoding
(
audioFormat
:
AudioFormat
)
:
Boolean
Content copied to clipboard
Start an encoding.
stop
Encoding
Link copied to clipboard
abstract
fun
stopEncoding
(
)
Content copied to clipboard
Stop the current encoding