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.utils.av
/
FourCC
Four
CC
data
class
FourCC
(
val
a
:
Char
,
val
b
:
Char
,
val
c
:
Char
,
val
d
:
Char
,
val
mimeType
:
String
?
)
Members
Constructors
Four
CC
Link copied to clipboard
constructor
(
a
:
Char
,
b
:
Char
,
c
:
Char
,
d
:
Char
,
mimeType
:
String
?
)
Properties
a
Link copied to clipboard
val
a
:
Char
b
Link copied to clipboard
val
b
:
Char
c
Link copied to clipboard
val
c
:
Char
code
Link copied to clipboard
val
code
:
Int
d
Link copied to clipboard
val
d
:
Char
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String