AudioComponentStatus 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 status values returned by AudioOutputUnitPublish(AudioComponentDescription, String, UInt32).
public enum AudioComponentStatus
type AudioComponentStatus =
- Inheritance
-
AudioComponentStatus
Fields
Name | Value | Description |
---|---|---|
DuplicateDescription | -66752 | |
UnsupportedType | -66751 | |
TooManyInstances | -66750 | |
InstanceInvalidated | -66749 | |
NotPermitted | -66748 | |
InitializationTimedOut | -66747 | |
InvalidFormat | -66746 | |
RenderTimeout | -66745 | |
OK | 0 |