TimecodeConfig constructor

TimecodeConfig({
  1. String? anchor,
  2. TimecodeSource? source,
  3. String? start,
  4. String? timestampOffset,
})

Implementation

TimecodeConfig({
  this.anchor,
  this.source,
  this.start,
  this.timestampOffset,
});