MediaQualityContract.PictureQuality.ParameterMpegNoiseReduction Field
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.
MPEG (moving picture experts group) noise reduction.
[Android.Runtime.Register("PARAMETER_MPEG_NOISE_REDUCTION", ApiSince=36)]
public const string ParameterMpegNoiseReduction;
[<Android.Runtime.Register("PARAMETER_MPEG_NOISE_REDUCTION", ApiSince=36)>]
val mutable ParameterMpegNoiseReduction : string
Field Value
- Attributes
Remarks
MPEG (moving picture experts group) noise reduction.
Possible values: <ul> <li>#LEVEL_LOW
<li>#LEVEL_MEDIUM
<li>#LEVEL_HIGH
<li>#LEVEL_OFF
</ul> The default value is #LEVEL_OFF
.
Type: STRING
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.