toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.audio
/
PCMData
PCMData
data
class
PCMData
(
val
sampleRate
:
Int
,
val
channels
:
Int
,
val
buffers
:
List
<
ByteArray
>
,
val
bitsPerSample
:
Int
,
val
avgBytesPerSec
:
Int
,
val
blockAlign
:
Int
)
:
Parcelable
Members
Constructors
PCMData
Link copied to clipboard
constructor
(
sampleRate
:
Int
,
channels
:
Int
,
buffers
:
List
<
ByteArray
>
,
bitsPerSample
:
Int
,
avgBytesPerSec
:
Int
,
blockAlign
:
Int
)
Properties
avg
Bytes
Per
Sec
Link copied to clipboard
val
avgBytesPerSec
:
Int
bits
Per
Sample
Link copied to clipboard
val
bitsPerSample
:
Int
block
Align
Link copied to clipboard
val
blockAlign
:
Int
buffers
Link copied to clipboard
val
buffers
:
List
<
ByteArray
>
channels
Link copied to clipboard
val
channels
:
Int
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)