VoiceUdpSocket

@KordVoice
interface VoiceUdpSocket(source)

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun discoverIp(address: InetSocketAddress, ssrc: Int): InetSocketAddress
Link copied to clipboard
@KordVoice
suspend fun VoiceUdpSocket.receiveFrom(address: InetSocketAddress): Datagram
Link copied to clipboard
abstract suspend fun send(packet: Datagram)
Link copied to clipboard
abstract suspend fun stop()