PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.proto.data.audio.source
/
SourceInfo
Source
Info
abstract
class
SourceInfo
:
PacketSerializable
Inheritors
StaticSourceInfo
DirectSourceInfo
PlayerSourceInfo
EntitySourceInfo
Members
Constructors
Source
Info
Link copied to clipboard
constructor
(
)
Types
Type
Link copied to clipboard
enum
Type
Functions
deserialize
Link copied to clipboard
open
fun
deserialize
(
in
:
ByteArrayDataInput
)
Deserialize the object from a byte stream using the provided
ByteArrayDataInput
.
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
SourceInfo.Type
of
Link copied to clipboard
open
fun
of
(
in
:
ByteArrayDataInput
)
:
SourceInfo
serialize
Link copied to clipboard
open
fun
serialize
(
out
:
ByteArrayDataOutput
)
Serialize the object to a byte stream using the provided
ByteArrayDataOutput
.