V2TimVideoElem constructor

V2TimVideoElem(
  1. String videoPath,
  2. String uUID,
  3. int videoSize,
  4. int duration,
  5. String snapshotPath,
  6. String snapshotUUID,
  7. int snapshotSize,
  8. int snapshotWidth,
  9. int snapshotHeight,
  10. String videoUrl,
  11. String snapshotUrl
)

Implementation

V2TimVideoElem(
  this.videoPath,
  this.uUID,
  this.videoSize,
  this.duration,
  this.snapshotPath,
  this.snapshotUUID,
  this.snapshotSize,
  this.snapshotWidth,
  this.snapshotHeight,
  this.videoUrl,
  this.snapshotUrl,
);