trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
AudioInfo
Audio
Info
@
Serializable
data
class
AudioInfo
(
val
duration
:
Int
?
=
null
,
val
mimeType
:
String
?
=
null
,
val
size
:
Int
?
=
null
)
Members
Constructors
Audio
Info
Link copied to clipboard
constructor
(
duration
:
Int
?
=
null
,
mimeType
:
String
?
=
null
,
size
:
Int
?
=
null
)
Properties
duration
Link copied to clipboard
val
duration
:
Int
?
=
null
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null
size
Link copied to clipboard
val
size
:
Int
?
=
null