TimecodeConfig constructor
TimecodeConfig({
- String? anchor,
- TimecodeSource? source,
- String? start,
- String? timestampOffset,
Implementation
TimecodeConfig({
this.anchor,
this.source,
this.start,
this.timestampOffset,
});