maxRecordingJobs property

  1. @JsonKey(name: '@MaxRecordingJobs', fromJson: int.parse)
int maxRecordingJobs
final

Maximum total number of supported recording jobs by the device.

Implementation

@JsonKey(name: '@MaxRecordingJobs', fromJson: int.parse)
final int maxRecordingJobs;