kalium
common
backup
/
com.wire.backup.data
/
BackupMessageContent
/
Asset
/
AssetMetadata
/
Video
Video
data
class
Video
(
val
width
:
Int
?
,
val
height
:
Int
?
,
val
duration
:
Long
?
)
:
BackupMessageContent.Asset.AssetMetadata
Members
Constructors
Video
Link copied to clipboard
constructor
(
width
:
Int
?
,
height
:
Int
?
,
duration
:
Long
?
)
Properties
duration
Link copied to clipboard
val
duration
:
Long
?
height
Link copied to clipboard
val
height
:
Int
?
width
Link copied to clipboard
val
width
:
Int
?