RecordingInfo class

本地录制的详细信息

Properties

filePath String?
录制文件的绝对路径,包含文件名和文件后缀
final
hashCode int
The hash code for this object.
no setterinherited
height int?
录制视频的高 (px)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoCodecType VideoCodecType?
录制文件的视频编码类型
final
width int?
录制视频的宽 (px)
final

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