menu
flutter_video_kit package
documentation
models/FFprobeVideoInfo.dart
FFprobeVideoInfo
FFprobeVideoInfo.new constructor
FFprobeVideoInfo.new constructor
dark_mode
light_mode
FFprobeVideoInfo
constructor
FFprobeVideoInfo
(
int
width
,
int
height
,
String
?
duration
,
String
?
size
,
String
?
bitrate
,
MediaInformationSession
session
,
)
Implementation
FFprobeVideoInfo(this.width, this.height, this.duration, this.size, this.bitrate,this.session);
flutter_video_kit package
documentation
models/FFprobeVideoInfo
FFprobeVideoInfo
FFprobeVideoInfo.new constructor
FFprobeVideoInfo class