Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
States of an audio output associated with a local chat control.
Syntax
enum class PartyAudioOutputState
{
NoOutput = 0,
Initialized = 1,
NotFound = 2,
UnsupportedFormat = 3,
AlreadyInUse = 4,
UnknownError = 5,
}
Constants
| Constant | Description |
|---|---|
| NoOutput | No audio output was specified. |
| Initialized | The audio output was successfully initialized. |
| NotFound | The audio output wasn't found. This can occur if the output was removed while in use. When in this state, the chat control will subscribe to audio device changes and use the specified output if it can be found at a later time. |
| UnsupportedFormat | The output doesn't provide a supported sample rate. |
| AlreadyInUse | The audio output device is already in use by another chat control. |
| UnknownError | Initializing the output resulted in an unknown error. |
Requirements
Header: Party.h