CameraExtensionCharacteristics.IsPostviewAvailable Method
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.
Checks for postview support of still capture.
[Android.Runtime.Register("isPostviewAvailable", "(I)Z", "", ApiSince=34)]
public bool IsPostviewAvailable (Android.Hardware.Camera2.CameraExtensionTypes extension);
[<Android.Runtime.Register("isPostviewAvailable", "(I)Z", "", ApiSince=34)>]
member this.IsPostviewAvailable : Android.Hardware.Camera2.CameraExtensionTypes -> bool
- extension
- CameraExtensionTypes
the extension type
true
in case postview is supported, false
otherwise
- Attributes
Checks for postview support of still capture.
A postview is a preview version of the still capture that is available before the final image. For example, it can be used as a temporary placeholder for the requested capture while the final image is being processed. The supported sizes for a still capture's postview can be retrieved using CameraExtensionCharacteristics#getPostviewSupportedSizes(int, Size, int)
.
Starting with Android android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM
, the formats of the still capture and postview are not required to be equivalent upon capture request.
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.
Tuote | Versiot |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |