StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.endpoints.composites.muxers.ts.data
/
TSServiceInfo
TSService
Info
data
class
TSServiceInfo
(
val
type
:
TSServiceInfo.ServiceType
,
val
id
:
Short
,
val
name
:
String
,
val
providerName
:
String
)
Members
Constructors
TSService
Info
Link copied to clipboard
constructor
(
type
:
TSServiceInfo.ServiceType
,
id
:
Short
,
name
:
String
,
providerName
:
String
)
Types
Service
Type
Link copied to clipboard
enum
ServiceType
:
Enum
<
TSServiceInfo.ServiceType
>
Properties
id
Link copied to clipboard
val
id
:
Short
name
Link copied to clipboard
val
name
:
String
provider
Name
Link copied to clipboard
val
providerName
:
String
type
Link copied to clipboard
val
type
:
TSServiceInfo.ServiceType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int