Kodio
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
SampleEncoding
/
PcmInt
/
PcmInt
Pcm
Int
constructor
(
bitDepth
:
IntBitDepth
,
endianness
:
Endianness
=
Endianness.Little
,
layout
:
SampleLayout
=
SampleLayout.Interleaved
,
signed
:
Boolean
=
true
,
packed
:
Boolean
=
true
)