PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.util
/
AudioUtil
/
shortToBytes
short
To
Bytes
open
fun
shortToBytes
(
s
:
Short
)
:
Array
<
Byte
>
Converts a short to an array of two bytes.
Return
An array of two bytes.
Parameters
s
The short value to convert.