V2TimVideoElem constructor
V2TimVideoElem(- {String? videoPath,
- String? UUID,
- int? videoSize,
- int? duration,
- String? snapshotPath,
- String? snapshotUUID,
- int? snapshotSize,
- int? snapshotWidth,
- int? snapshotHeight,
- String? videoUrl,
- String? snapshotUrl,
- String? localVideoUrl,
- String? localSnapshotUrl}
)
Implementation
V2TimVideoElem({
this.videoPath,
// ignore: non_constant_identifier_names
this.UUID,
this.videoSize,
this.duration,
this.snapshotPath,
this.snapshotUUID,
this.snapshotSize,
this.snapshotWidth,
this.snapshotHeight,
this.videoUrl,
this.snapshotUrl,
this.localVideoUrl,
this.localSnapshotUrl,
}): super(elemType: MessageElemType.V2TIM_ELEM_TYPE_VIDEO);