Server Source Line
Represents a server source line.
Server source lines used to create a server audio sources.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun createDirectSource(player: VoicePlayer, stereo: Boolean, decoderInfo: CodecInfo?): ServerDirectSource
Link copied to clipboard
abstract fun createEntitySource(entity: McServerEntity, stereo: Boolean = false, decoderInfo: CodecInfo? = OpusDecoderInfo()): ServerEntitySource
Creates a new entity source.
Link copied to clipboard
abstract fun createPlayerSource(player: VoiceServerPlayer, stereo: Boolean = false, decoderInfo: CodecInfo? = OpusDecoderInfo()): ServerPlayerSource
Creates a new player source.
Link copied to clipboard
abstract fun createStaticSource(position: ServerPos3d, stereo: Boolean = false, decoderInfo: CodecInfo? = OpusDecoderInfo()): ServerStaticSource
Creates a new static source.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard