openrndr
Toggle table of contents
0.5.0-dev.0+70e7b47
jvm
Platform filter
jvm
Switch theme
Search in API
openrndr
openrndr-ffmpeg
/
org.openrndr.ffmpeg
/
MetadataFormat
Metadata
Format
@
Serializable
data
class
MetadataFormat
(
val
filename
:
String
?
=
null
,
val
size
:
Int
?
=
null
,
val
start_time
:
Double
?
=
null
,
val
duration
:
Double
?
=
null
,
val
bit_rate
:
Int
?
=
null
,
val
nb_streams
:
Int
?
=
null
)
(
source
)
Members
Constructors
Metadata
Format
Link copied to clipboard
constructor
(
filename
:
String
?
=
null
,
size
:
Int
?
=
null
,
start_time
:
Double
?
=
null
,
duration
:
Double
?
=
null
,
bit_rate
:
Int
?
=
null
,
nb_streams
:
Int
?
=
null
)
Properties
bit_
rate
Link copied to clipboard
val
bit_rate
:
Int
?
=
null
duration
Link copied to clipboard
val
duration
:
Double
?
=
null
filename
Link copied to clipboard
val
filename
:
String
?
=
null
nb_
streams
Link copied to clipboard
val
nb_streams
:
Int
?
=
null
size
Link copied to clipboard
val
size
:
Int
?
=
null
start_
time
Link copied to clipboard
val
start_time
:
Double
?
=
null