MatrixVideoFile class

Inheritance

Constructors

MatrixVideoFile({required Uint8List bytes, required String name, String? mimeType, int? width, int? height, int? duration})

Properties

bytes Uint8List
finalinherited
duration int?
final
hashCode int
The hash code for this object.
no setterinherited
height int?
final
info Map<String, dynamic>
no setteroverride
mimeType String
finalinherited
msgType String
no setteroverride
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setterinherited
width int?
final

Methods

encrypt() Future<EncryptedFile>
Encrypts this file and returns the encryption information as an EncryptedFile.
inherited
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