AUGraphError 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.
Enumerates errors produced by AudioUnit functions.
public enum AUGraphError
type AUGraphError =
- Inheritance
-
AUGraphError
Fields
CannotDoInCurrentContext | -10863 | |
FormatNotSupported | -10868 | |
InvalidAudioUnit | -10864 | |
InvalidConnection | -10861 | |
InvalidElement | -10877 | |
NodeNotFound | -10860 | |
OK | 0 | |
OutputNodeError | -10862 |