AmbientBacklightMetadata Constructor
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.
Constructs AmbientBacklightMetadata.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;IIIII[I)V", "", ApiSince=36)]
public AmbientBacklightMetadata(string packageName, Android.Media.Quality.AmbientBacklightMetadataAlgorithm compressAlgorithm, Android.Media.Quality.AmbientBacklightSettingsSource source, Android.Graphics.Format colorFormat, int horizontalZonesNumber, int verticalZonesNumber, int[] zonesColors);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;IIIII[I)V", "", ApiSince=36)>]
new Android.Media.Quality.AmbientBacklightMetadata : string * Android.Media.Quality.AmbientBacklightMetadataAlgorithm * Android.Media.Quality.AmbientBacklightSettingsSource * Android.Graphics.Format * int * int * int[] -> Android.Media.Quality.AmbientBacklightMetadata
Parameters
- packageName
- String
- compressAlgorithm
- AmbientBacklightMetadataAlgorithm
- colorFormat
- Format
- horizontalZonesNumber
- Int32
- verticalZonesNumber
- Int32
- zonesColors
- Int32[]
- Attributes
Remarks
Constructs AmbientBacklightMetadata.
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.