Language

MediaQualityContract.SoundQuality.ParameterAdVolume Field

Definition

Sets the relative volume gain for the Audio Description track.

[Android.Runtime.Register("PARAMETER_AD_VOLUME", ApiSince=37)]
public const string ParameterAdVolume;
[<Android.Runtime.Register("PARAMETER_AD_VOLUME", ApiSince=37)>]
val mutable ParameterAdVolume : string

Field Value

Attributes

Remarks

Sets the relative volume gain for the Audio Description track.

Unit: Integer Percentage (0-100)

Default: Typically defaults to 50 or the system-wide accessibility volume preference.

This value controls the mixing level of the secondary audio stream (AD) before it is combined with the main program audio. 0: AD track is muted; 100: AD track is at maximum mixing volume.

Android reference for android.media.quality.MediaQualityContract.SoundQuality.PARAMETER_AD_VOLUME.

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