toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowOpenGop = this.allowOpenGop;
  final aqStrength = this.aqStrength;
  final bFrameCount = this.bFrameCount;
  final bPyramid = this.bPyramid;
  final bitrateBps = this.bitrateBps;
  final crfLevel = this.crfLevel;
  final enableTwoPass = this.enableTwoPass;
  final entropyCoder = this.entropyCoder;
  final frameRate = this.frameRate;
  final frameRateConversionStrategy = this.frameRateConversionStrategy;
  final gopDuration = this.gopDuration;
  final gopFrameCount = this.gopFrameCount;
  final heightPixels = this.heightPixels;
  final hlg = this.hlg;
  final pixelFormat = this.pixelFormat;
  final preset = this.preset;
  final profile = this.profile;
  final rateControlMode = this.rateControlMode;
  final sdr = this.sdr;
  final tune = this.tune;
  final vbvFullnessBits = this.vbvFullnessBits;
  final vbvSizeBits = this.vbvSizeBits;
  final widthPixels = this.widthPixels;
  return {
    'allowOpenGop': ?allowOpenGop,
    'aqStrength': ?aqStrength,
    'bFrameCount': ?bFrameCount,
    'bPyramid': ?bPyramid,
    'bitrateBps': ?bitrateBps,
    'crfLevel': ?crfLevel,
    'enableTwoPass': ?enableTwoPass,
    'entropyCoder': ?entropyCoder,
    'frameRate': ?frameRate,
    'frameRateConversionStrategy': ?frameRateConversionStrategy,
    'gopDuration': ?gopDuration,
    'gopFrameCount': ?gopFrameCount,
    'heightPixels': ?heightPixels,
    'hlg': ?hlg,
    'pixelFormat': ?pixelFormat,
    'preset': ?preset,
    'profile': ?profile,
    'rateControlMode': ?rateControlMode,
    'sdr': ?sdr,
    'tune': ?tune,
    'vbvFullnessBits': ?vbvFullnessBits,
    'vbvSizeBits': ?vbvSizeBits,
    'widthPixels': ?widthPixels,
  };
}