encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    filePath,
    fileName,
    width,
    height,
    framerate,
    recordFileType,
    remuxToMp4,
    videoMerge,
    recordAudio,
    audioFormat,
    recordVideo,
    videoRecordMode,
    watermarkList,
    coverFilePath,
    coverWatermarkList,
    defaultCoverFilePath,
  ];
}