Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
GS::Video::VideoInfo
Inherits
Struct
<
Value
<
Object
Video metadata
Constructors
new
(width :
Int32
, height :
Int32
, fps :
Float64
, duration :
Float64
, frame_count :
Int64
, codec_name :
String
)
Source
Instance methods
codec_name
Source
codec_name=
(codec_name :
String
)
Source
duration
Source
duration=
(duration :
Float64
)
Source
fps
Source
fps=
(fps :
Float64
)
Source
frame_count
Source
frame_count=
(frame_count :
Int64
)
Source
height
Source
height=
(height :
Int32
)
Source
width
Source
width=
(width :
Int32
)
Source