VideoData class

Constructors

VideoData({required String? path, String? title, String? author, String? mimetype, String? date, String? location, double? framerate, int? width, int? height, int? orientation, int? filesize, double? duration})
VideoData.fromJson(Map<String, dynamic> json)

Properties

author String?
string
getter/setter pair
date String?
string
getter/setter pair
duration double?
millisecond
getter/setter pair
filesize int?
bytes
getter/setter pair
framerate double?
double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
int
getter/setter pair
location String?
string
getter/setter pair
mimetype String?
string
getter/setter pair
orientation int?
Android API level 17, (0,90,180,270) (0 - LandscapeRight) (90 - Portrait) (180 - LandscapeLeft) (270 - portraitUpsideDown)
getter/setter pair
path String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
string
getter/setter pair
width int?
int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited