V2TimVideoElem constructor

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

Implementation

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