AudioSessionErrors 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 can be returned by the SetActive(Boolean, AudioSessionActiveFlags) method or the ErrorCode property.
public enum AudioSessionErrors
type AudioSessionErrors =
- Inheritance
-
AudioSessionErrors
Fields
AlreadyInitialized | 1768843636 | |
BadPropertySizeError | 561211770 | |
IncompatibleCategory | 560161140 | |
InitializationError | 1768843583 | |
NoCategorySet | 1063477620 | |
NoHardwareError | 1852794999 | |
None | 0 | |
NotActiveError | 560030580 | |
NotInitialized | 560557673 | |
UnspecifiedError | 2003329905 | |
UnsupportedPropertyError | 1886681407 |