AudioUnitStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个枚举,其值指定 的状态 AudioUnit。
public enum AudioUnitStatus
type AudioUnitStatus =
- 继承
-
AudioUnitStatus
字段
名称 | 值 | 说明 |
---|---|---|
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 |