toggle menu
RootEncoder
androidJvm
switch theme
search in API
encoder
/
com.pedro.encoder.input.decoder
/
VideoInfo
Video
Info
data
class
VideoInfo
(
val
width
:
Int
,
val
height
:
Int
,
val
fps
:
Int
,
val
duration
:
Long
)
Created by pedro on 18/10/24.
Members
Constructors
Video
Info
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
fps
:
Int
,
duration
:
Long
)
Properties
duration
Link copied to clipboard
val
duration
:
Long
fps
Link copied to clipboard
val
fps
:
Int
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int