TruvideoSdkCameraMedia class

Constructors

TruvideoSdkCameraMedia({required String createdAt, required String filePath, required TruvideoSdkCameraMediaType type, required TruvideoSdkCameraLensFacing cameraLensFacing, required TruvideoSdkCameraOrientation rotation, required TruvideoSdkCameraResolution resolution, required int duration})
TruvideoSdkCameraMedia.fromJson(Map<String, dynamic> json)
factory

Properties

cameraLensFacing TruvideoSdkCameraLensFacing
final
createdAt String
final
duration int
final
filePath String
final
hashCode int
The hash code for this object.
no setterinherited
resolution TruvideoSdkCameraResolution
final
rotation TruvideoSdkCameraOrientation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TruvideoSdkCameraMediaType
final

Methods

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

Operators

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