Capabilities constructor
Capabilities({
- required bool dynamicRecordings,
- required bool dynamicTracks,
- required List<
String> encoding, - required int maxRate,
- required int maxTotalRate,
- required int maxRecordings,
- required int maxRecordingJobs,
- required bool options,
- bool? metadataRecording,
- bool? supportedExportFileFormats,
- bool? eventRecording,
- String? beforeEventLimit,
- String? afterEventLimit,
Implementation
Capabilities({
required this.dynamicRecordings,
required this.dynamicTracks,
required this.encoding,
required this.maxRate,
required this.maxTotalRate,
required this.maxRecordings,
required this.maxRecordingJobs,
required this.options,
this.metadataRecording,
this.supportedExportFileFormats,
this.eventRecording,
this.beforeEventLimit,
this.afterEventLimit,
});