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.configuration.mediadescriptor
/
MediaDescriptor
Media
Descriptor
abstract
class
MediaDescriptor
(
val
type
:
MediaDescriptor.Type
,
customData
:
List
<
Any
>
=
emptyList()
)
Inheritors
UriMediaDescriptor
CombineDescriptor
Members
Constructors
Media
Descriptor
Link copied to clipboard
constructor
(
type
:
MediaDescriptor.Type
,
customData
:
List
<
Any
>
=
emptyList()
)
Types
Type
Link copied to clipboard
data
class
Type
(
val
containerType
:
MediaContainerType
,
val
sinkType
:
MediaSinkType
)
Properties
type
Link copied to clipboard
val
type
:
MediaDescriptor.Type
uri
Link copied to clipboard
abstract
val
uri
:
Uri
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