nugu-android
nugu-android-helper
/
com.skt.nugu.sdk.external.opus
/
OggPageHeader
Ogg
Page
Header
data
class
OggPageHeader
(
val
version
:
Byte
=
0
,
val
headerType
:
Byte
,
val
granulepos
:
Long
,
val
streamSerialNumber
:
Int
,
val
pageCount
:
Int
,
var
checksum
:
Int
=
0
,
val
packetCount
:
Byte
,
val
packets
:
ByteArray
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Ogg
Page
Header
Link copied to clipboard
fun
OggPageHeader
(
version
:
Byte
=
0
,
headerType
:
Byte
,
granulepos
:
Long
,
streamSerialNumber
:
Int
,
pageCount
:
Int
,
checksum
:
Int
=
0
,
packetCount
:
Byte
,
packets
:
ByteArray
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
Content copied to clipboard
Properties
checksum
Link copied to clipboard
var
checksum
:
Int
=
0
Content copied to clipboard
granulepos
Link copied to clipboard
val
granulepos
:
Long
Content copied to clipboard
header
Type
Link copied to clipboard
val
headerType
:
Byte
Content copied to clipboard
packet
Count
Link copied to clipboard
val
packetCount
:
Byte
Content copied to clipboard
packets
Link copied to clipboard
val
packets
:
ByteArray
Content copied to clipboard
page
Count
Link copied to clipboard
val
pageCount
:
Int
Content copied to clipboard
stream
Serial
Number
Link copied to clipboard
val
streamSerialNumber
:
Int
Content copied to clipboard
version
Link copied to clipboard
val
version
:
Byte
=
0
Content copied to clipboard