共用方式為


CameraMetadata.ScalerAvailableStreamUseCasesPreview 欄位

定義

警告

This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerAvailableStreamUseCases enum directly instead of this field.

向用戶顯示的即時串流。

[Android.Runtime.Register("SCALER_AVAILABLE_STREAM_USE_CASES_PREVIEW", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerAvailableStreamUseCases enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ScalerAvailableStreamUseCases ScalerAvailableStreamUseCasesPreview = 1;
[<Android.Runtime.Register("SCALER_AVAILABLE_STREAM_USE_CASES_PREVIEW", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerAvailableStreamUseCases enum directly instead of this field.", true)>]
val mutable ScalerAvailableStreamUseCasesPreview : Android.Hardware.Camera2.ScalerAvailableStreamUseCases

欄位值

Value = 1
屬性

備註

向用戶顯示的即時串流。

已針對檢視工具的效能和可用性進行優化,但不一定適用於影像品質。 輸出並非要保存為已儲存的影像或視訊。

如果 android.control.* 設定為 FAST,則不會有任何停滯。 如果設定為HIGH_QUALITY,可能會有停滯。 此使用案例的行為與預設 SurfaceView 和 SurfaceTexture 目標相同。 此外,此使用案例可用於應用程式內影像分析。

android.hardware.camera2.CameraMetadata.SCALER_AVAILABLE_STREAM_USE_CASES_PREVIEWJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於