共用方式為


DisplayManager.VirtualDisplayFlagAutoMirror 欄位

定義

警告

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

虛擬顯示旗標:當未顯示任何內容時,允許在私人顯示器上鏡像內容。

[Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.", true)]
public const Android.Hardware.Display.VirtualDisplayFlags VirtualDisplayFlagAutoMirror = 16;
[<Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.", true)>]
val mutable VirtualDisplayFlagAutoMirror : Android.Hardware.Display.VirtualDisplayFlags

欄位值

Value = 16
屬性

備註

虛擬顯示旗標:當未顯示任何內容時,允許在私人顯示器上鏡像內容。

這個旗標與 #VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY互斥。 如果同時指定這兩個旗標,則會套用專屬內容的行為。

每當 #VIRTUAL_DISPLAY_FLAG_PUBLIC 設定且 #VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY 尚未設定時,就會隱含此旗標的行為。 只有在建立私人顯示器時,才需要此旗標來覆寫預設行為。

建立自動鏡像虛擬顯示器需要CAPTURE_VIDEO_OUTPUT或CAPTURE_SECURE_VIDEO_OUTPUT許可權。 這些許可權會保留供系統元件使用,不適用於第三方應用程式。

或者,您也可以使用適當的 MediaProjection 來建立自動鏡像虛擬顯示。

android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRRORJava 檔。

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

適用於

另請參閱

  • <xref:Android.Hardware.Display.DisplayManager.CreateVirtualDisplay(System.String%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>