jellyfin-core
1.2.0
android
common
jvmCommon
jvm
jellyfin-core
/
org.jellyfin.sdk.discovery
/
LocalServerDiscovery
/
discover
discover
android
common
jvmCommon
jvm
actual
fun
discover
(
timeout
:
Int
=
DISCOVERY_TIMEOUT
,
maxServers
:
Int
=
DISCOVERY_MAX_SERVERS
)
:
Flow
<
ServerDiscoveryInfo
>
Content copied to clipboard
expect
fun
discover
(
timeout
:
Int
=
DISCOVERY_TIMEOUT
,
maxServers
:
Int
=
DISCOVERY_MAX_SERVERS
)
:
Flow
<
ServerDiscoveryInfo
>
Content copied to clipboard
Discover servers on the local network
Parameters
timeout
Timeout per receive in milliseconds
actual
fun
discover
(
timeout
:
Int
=
DISCOVERY_TIMEOUT
,
maxServers
:
Int
=
DISCOVERY_MAX_SERVERS
)
:
Flow
<
ServerDiscoveryInfo
>
Content copied to clipboard
actual
fun
discover
(
timeout
:
Int
=
DISCOVERY_TIMEOUT
,
maxServers
:
Int
=
DISCOVERY_MAX_SERVERS
)
:
Flow
<
ServerDiscoveryInfo
>
Content copied to clipboard