Java android.telecom VideoProfile fields, constructors, methods, implement or subclass

Example usage for Java android.telecom VideoProfile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telecom VideoProfile.

The text is from its open source code.

Field

intSTATE_AUDIO_ONLY
Used when answering or dialing a call to indicate that the call does not have a video component.
intSTATE_TX_ENABLED
Video transmission is enabled.
intSTATE_RX_ENABLED
Video reception is enabled.
intSTATE_BIDIRECTIONAL
Video signal is bi-directional.