UdpSocket

class UdpSocket(host: String, type: UdpType, port: Int)

Created by pedro on 6/3/24.

Constructors

Link copied to clipboard
constructor(host: String, type: UdpType, port: Int)

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
fun connect()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setPacketSize(size: Int)
Link copied to clipboard
fun write(mpegTsPacket: MpegTsPacket): Int