AudioUnitStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the status of an AudioUnit.
public enum AudioUnitStatus
type AudioUnitStatus =
- Inheritance
-
AudioUnitStatus
Fields
Name | Value | Description |
---|---|---|
MidiOutputBufferFull | -66753 | |
ExtensionNotFound | -66744 | |
InvalidParameterValue | -66743 | |
InvalidProperty | -10879 | |
InvalidParameter | -10878 | |
InvalidElement | -10877 | |
NoConnection | -10876 | |
FailedInitialization | -10875 | |
TooManyFramesToProcess | -10874 | |
InvalidFile | -10871 | |
FormatNotSupported | -10868 | |
Uninitialized | -10867 | |
InvalidScope | -10866 | |
PropertyNotWritable | -10865 | |
CannotDoInCurrentContext | -10863 | |
InvalidPropertyValue | -10851 | |
PropertyNotInUse | -10850 | |
Initialized | -10849 | |
InvalidOfflineRender | -10848 | |
Unauthorized | -10847 | |
ParameterError | -50 | |
FileNotFound | -43 | |
NoError | 0 | |
OK | 0 |