nugu-android
nugu-android-helper
/
com.skt.nugu.sdk.external.opus
/
OpusHeader
Opus
Header
data
class
OpusHeader
(
val
version
:
Byte
=
1
,
val
channelCount
:
Byte
=
1
,
val
preSkip
:
Short
=
0
,
val
sampleRate
:
Int
,
val
outputGain
:
Short
=
0
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Opus
Header
Link copied to clipboard
fun
OpusHeader
(
version
:
Byte
=
1
,
channelCount
:
Byte
=
1
,
preSkip
:
Short
=
0
,
sampleRate
:
Int
,
outputGain
:
Short
=
0
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Mapping
Family
Link copied to clipboard
fun
getMappingFamily
(
)
:
Byte
Content copied to clipboard
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
Content copied to clipboard
Properties
channel
Count
Link copied to clipboard
val
channelCount
:
Byte
=
1
Content copied to clipboard
output
Gain
Link copied to clipboard
val
outputGain
:
Short
=
0
Content copied to clipboard
pre
Skip
Link copied to clipboard
val
preSkip
:
Short
=
0
Content copied to clipboard
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int
Content copied to clipboard
version
Link copied to clipboard
val
version
:
Byte
=
1
Content copied to clipboard