AudioUnitStatus Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma enumeração cujos valores especificam o status de um AudioUnit.
public enum AudioUnitStatus
type AudioUnitStatus =
- Herança
-
AudioUnitStatus
Campos
Nome | Valor | Description |
---|---|---|
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 |