AudioProcessingComponentState constructor

const AudioProcessingComponentState({
  1. AudioProcessingComponentRequest? requested,
  2. required bool isSoftwareResolved,
  3. required bool isSoftwareActive,
  4. required bool isPlatformAvailable,
  5. required bool isPlatformResolved,
  6. required bool isPlatformActive,
  7. required AudioProcessingImplementation effective,
})

Implementation

const AudioProcessingComponentState({
  this.requested,
  required this.isSoftwareResolved,
  required this.isSoftwareActive,
  required this.isPlatformAvailable,
  required this.isPlatformResolved,
  required this.isPlatformActive,
  required this.effective,
});