MuteDirection 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.
Enumerated type that defines the mute direction.
This enumeration supports a bitwise combination of its member values.
public enum class MuteDirection
[System.Flags]
public enum MuteDirection
type MuteDirection =
Public Enum MuteDirection
- Inheritance
-
MuteDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
Send | 1 | SendOnly. |
Receive | 2 | ReceiveOnly. |
SendReceive | 3 | SendReceive. |
Remarks
Acts as a flag.