Language

CrsMediaType Enum

Definition

public enum CrsMediaType
type CrsMediaType = 
Inheritance
CrsMediaType

Fields

Name Value Description
None 0

Indicates not a CRS call

Android reference for android.telecom.Call.CRS_MEDIA_TYPE_NONE.

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.

Audio 1

Indicates CRS contains audio

Android reference for android.telecom.Call.CRS_MEDIA_TYPE_AUDIO.

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.

Video 2

Indicates CRS contains video

Android reference for android.telecom.Call.CRS_MEDIA_TYPE_VIDEO.

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.

Applies to