 | Speakers Enumeration |
The speaker a channel is mapped to.
Namespace:
TeamSpeak.Sdk
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax[FlagsAttribute]
public enum Speakers
<FlagsAttribute>
Public Enumeration Speakers
[FlagsAttribute]
public enum class Speakers
[<FlagsAttribute>]
type Speakers
Members
| Member name | Value | Description |
---|
| FrontLeft | 1 | |
| FrontRight | 2 | |
| FrontCenter | 4 | |
| LowFrequency | 8 | |
| BackLeft | 16 | |
| BackRight | 32 | |
| FrontLeftOfCenter | 64 | |
| FrontRightOfCenter | 128 | |
| BackCenter | 256 | |
| SideLeft | 512 | |
| SideRight | 1024 | |
| TopCenter | 2048 | |
| TopFrontLeft | 4096 | |
| TopFrontCenter | 8192 | |
| TopFrontRight | 16384 | |
| TopBackLeft | 32768 | |
| TopBackCenter | 65536 | |
| TopBackRight | 131072 | |
| HeadphonesLeft | 268435456 | |
| HeadphonesRight | 536870912 | |
| Mono | 1073741824 | |
See Also