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
/
CombineEndpoint
/
CombineDescriptor
Combine
Descriptor
class
CombineDescriptor
(
val
descriptors
:
List
<
MediaDescriptor
>
)
:
MediaDescriptor
A
MediaDescriptor
that combines multiple
MediaDescriptor
s.
Members
Constructors
Combine
Descriptor
Link copied to clipboard
constructor
(
descriptors
:
List
<
MediaDescriptor
>
)
Properties
descriptors
Link copied to clipboard
val
descriptors
:
List
<
MediaDescriptor
>
type
Link copied to clipboard
val
type
:
MediaDescriptor.Type
uri
Link copied to clipboard
open
override
val
uri
:
Uri
The URI of the first descriptor.
Functions
get
Custom
Data
Link copied to clipboard
fun
<
T
>
getCustomData
(
clazz
:
Class
<
T
>
)
:
T
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String