StreamStatusEvent(- {double? avgFrameTime,
- int? bytesPerSec,
- double? cpuUsage,
- double? fps,
- double? freeDiskSpace,
- int? kbitsPerSec,
- double? memoryUsage,
- int? numDroppedFrames,
- int? numTotalFrames,
- int? outputSkippedFrames,
- int? outputTotalFrames,
- bool? previewOnly,
- bool? recording,
- bool? recordingPaused,
- int? renderMissedFrames,
- int? renderTotalFrames,
- bool? replayBufferActive,
- double? strain,
- String? streamTimeCode,
- bool? streaming,
- int? totalStreamTime,
- required String updateType}
)
Implementation
StreamStatusEvent(
{this.avgFrameTime,
this.bytesPerSec,
this.cpuUsage,
this.fps,
this.freeDiskSpace,
this.kbitsPerSec,
this.memoryUsage,
this.numDroppedFrames,
this.numTotalFrames,
this.outputSkippedFrames,
this.outputTotalFrames,
this.previewOnly,
this.recording,
this.recordingPaused,
this.renderMissedFrames,
this.renderTotalFrames,
this.replayBufferActive,
this.strain,
this.streamTimeCode,
this.streaming,
this.totalStreamTime,
required this.updateType});