AudioServicesError 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 of values that can be returned by the AddSystemSoundCompletion(Action, CFRunLoop) method.
public enum AudioServicesError
type AudioServicesError =
- Inheritance
-
AudioServicesError
Fields
Name | Value | Description |
---|---|---|
SystemSoundExceededMaximumDurationError | -1502 | |
SystemSoundClientTimedOutError | -1501 | |
SystemSoundUnspecifiedError | -1500 | |
None | 0 | |
BadPropertySize | 561211770 | |
BadSpecifierSizeError | 561213539 | |
UnsupportedProperty | 1886681407 |