Share via


MandatoryStreamCombination.MandatoryStreamInformation.IsUltraHighResolution Property

Definition

Confirms whether or not this is an ultra high resolution stream.

public bool IsUltraHighResolution { [Android.Runtime.Register("isUltraHighResolution", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isUltraHighResolution", "()Z", "", ApiSince=31)>]
member this.IsUltraHighResolution : bool

Property Value

true in case the stream is ultra high resolution, false otherwise.

Attributes

Remarks

Confirms whether or not this is an ultra high resolution stream.

An 'ultra high resolution' stream is one which has a configuration which appears in android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP_MAXIMUM_RESOLUTION, Streams which are ultra high resolution must not be included with streams which are not ultra high resolution in the same android.hardware.camera2.CaptureRequest.

Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isUltraHighResolution().

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