trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.room
/
AudioInfo
Audio
Info
@
Serializable
data
class
AudioInfo
(
val
duration
:
Long
?
=
null
,
val
mimeType
:
String
?
=
null
,
val
size
:
Long
?
=
null
)
:
FileBasedInfo
Members
Constructors
Audio
Info
Link copied to clipboard
constructor
(
duration
:
Long
?
=
null
,
mimeType
:
String
?
=
null
,
size
:
Long
?
=
null
)
Properties
duration
Link copied to clipboard
@
SerialName
(
value
=
"duration"
)
val
duration
:
Long
?
mime
Type
Link copied to clipboard
@
SerialName
(
value
=
"mimetype"
)
open
override
val
mimeType
:
String
?
size
Link copied to clipboard
@
SerialName
(
value
=
"size"
)
open
override
val
size
:
Long
?