Base Server Source Line
Represents a base server source line.
Server source lines can create new server audio sources.
Properties
Link copied to clipboard
Gets the source line's addon.
Link copied to clipboard
Gets the ServerPlayerSetManager if the source line was created with "withPlayers" argument; otherwise, returns null.
Functions
Link copied to clipboard
abstract fun createBroadcastSource(stereo: Boolean = false, decoderInfo: CodecInfo? = OpusDecoderInfo()): ServerBroadcastSource
Creates a new broadcast source.
Link copied to clipboard
abstract fun createDirectSource(player: VoicePlayer, stereo: Boolean = false, decoderInfo: CodecInfo? = OpusDecoderInfo()): ServerDirectSource
Creates a new direct source.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the source line for a specified player.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes a source from the source map by its unique identifier.
Removes a source from the source map.