mediaplayer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mediaplayer
mediaplayer
/
io.github.kdroidfilter.composemediaplayer
/
VideoMetadata
/
VideoMetadata
Video
Metadata
constructor
(
title
:
String
?
=
null
,
duration
:
Long
?
=
null
,
width
:
Int
?
=
null
,
height
:
Int
?
=
null
,
bitrate
:
Long
?
=
null
,
frameRate
:
Float
?
=
null
,
mimeType
:
String
?
=
null
,
audioChannels
:
Int
?
=
null
,
audioSampleRate
:
Int
?
=
null
)