Package-level declarations

Functions

Link copied to clipboard
fun SrtSocket.bind(srtUrl: SrtUrl)

Binds the socket to a local address.

Link copied to clipboard
fun SrtSocket.connect(srtUrl: SrtUrl)

Connects a socket to an URL.

Link copied to clipboard

Performs a rendezvous connection.

Link copied to clipboard
fun String.replaceBetween(prefix: String, suffix: String, value: String): String
Link copied to clipboard
fun String.substringBetween(prefix: String, suffix: String): String