toggle menu
srtdroid
1.8.4
androidJvm
switch theme
search in API
srtdroid-core
/
io.github.thibaultbee.srtdroid.core.extensions
Package-level
declarations
Functions
Functions
bind
Link copied to clipboard
fun
SrtSocket
.
bind
(
srtUrl
:
SrtUrl
)
fun
SrtSocket
.
bind
(
url
:
String
)
Binds the socket to a local address.
connect
Link copied to clipboard
fun
SrtSocket
.
connect
(
srtUrl
:
SrtUrl
)
fun
SrtSocket
.
connect
(
url
:
String
)
Connects a socket to an URL.
rendez
Vous
Link copied to clipboard
fun
SrtSocket
.
rendezVous
(
srtUrl
:
SrtUrl
)
fun
SrtSocket
.
rendezVous
(
url
:
String
)
Performs a rendezvous connection.
replace
Between
Link copied to clipboard
fun
String
.
replaceBetween
(
prefix
:
String
,
suffix
:
String
,
value
:
String
)
:
String
substring
Between
Link copied to clipboard
fun
String
.
substringBetween
(
prefix
:
String
,
suffix
:
String
)
:
String