VideoProfileState 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum VideoProfileState
[<System.Flags>]
type VideoProfileState =
- Inheritance
-
VideoProfileState
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| AudioOnly | 0 | Used when answering or dialing a call to indicate that the call does not have a video component. Should not be used in comparison checks to determine if a video state represents an audio-only call.
Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| TxEnabled | 1 | Video transmission is enabled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RxEnabled | 2 | Video reception is enabled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Bidirectional | 3 | Video signal is bi-directional. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Paused | 4 | Video is paused. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.