openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
openrndr
openrndr-ffmpeg
/
org.openrndr.ffmpeg
/
VideoDetails
Video
Details
data
class
VideoDetails
(
val
width
:
Int
,
val
height
:
Int
,
val
framerate
:
Double
,
val
duration
:
Double
)
(
source
)
Members
Constructors
Video
Details
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
framerate
:
Double
,
duration
:
Double
)
Properties
duration
Link copied to clipboard
val
duration
:
Double
framerate
Link copied to clipboard
val
framerate
:
Double
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int