AudioProcessingComponentState constructor
- AudioProcessingComponentRequest? requested,
- required bool isSoftwareResolved,
- required bool isSoftwareActive,
- required bool isPlatformAvailable,
- required bool isPlatformResolved,
- required bool isPlatformActive,
- 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,
});