FourdgsKeyframeDeltaOptions constructor
const
FourdgsKeyframeDeltaOptions({
- int keyframeEvery = 8,
- int deltaMode = deltaModeChained,
- Set<
int> keyframeAt = const <int>{}, - String profile = 'default',
- double cutoff = fourdgsDefaultCutoff,
- int codec = codecDeflate,
- int level = 6,
- String library = '4dgs-dart keyframe-delta encoder',
- bool writeIndex = true,
- bool writeStatistics = true,
- bool writeCrc = true,
- bool verify = true,
Implementation
const FourdgsKeyframeDeltaOptions({
this.keyframeEvery = 8,
this.deltaMode = deltaModeChained,
this.keyframeAt = const <int>{},
this.profile = 'default',
this.cutoff = fourdgsDefaultCutoff,
this.codec = codecDeflate,
this.level = 6,
this.library = '4dgs-dart keyframe-delta encoder',
this.writeIndex = true,
this.writeStatistics = true,
this.writeCrc = true,
this.verify = true,
});