MediaQualityContract
open class MediaQualityContract
kotlin.Any | |
↳ | android.media.quality.MediaQualityContract |
The contract between the media quality service and applications. Contains definitions for the commonly used parameter names.
Summary
Nested classes | |
---|---|
Parameters picture quality. |
|
Parameters for sound quality. |
Constants | |
---|---|
static String |
High level option for a parameter. |
static String |
Low level option for a parameter. |
static String |
Medium level option for a parameter. |
static String |
Off level for parameters. |
Constants
LEVEL_HIGH
static val LEVEL_HIGH: String
High level option for a parameter.
This level represents that the corresponding feature is turned on with the high level option.
Value: "level_high"
LEVEL_LOW
static val LEVEL_LOW: String
Low level option for a parameter.
This level represents that the corresponding feature is turned on with the low level option.
Value: "level_low"
LEVEL_MEDIUM
static val LEVEL_MEDIUM: String
Medium level option for a parameter.
This level represents that the corresponding feature is turned on with the medium level option.
Value: "level_medium"
LEVEL_OFF
static val LEVEL_OFF: String
Off level for parameters.
This level represents that the corresponding feature is turned off.
Value: "level_off"