DisplayManager.VirtualDisplayFlagPresentation 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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_PRESENTATION")]
[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 VirtualDisplayFlagPresentation = 2;
[<Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_PRESENTATION")>]
[<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 VirtualDisplayFlagPresentation : Android.Hardware.Display.VirtualDisplayFlags
필드 값
Value = 2- 특성
설명
가상 디스플레이 플래그: 프레젠테이션 디스플레이를 만듭니다.
<h3>프레젠테이션 가상 디스플레이</h3>
이 플래그를 설정하면 가상 디스플레이가 에 프레젠테이션 디스플레이 #DISPLAY_CATEGORY_PRESENTATION presentation display category로 등록됩니다. 애플리케이션은 프레젠테이션 디스플레이에 콘텐츠를 자동으로 프로젝션하여 더 풍부한 두 번째 화면 환경을 제공할 수 있습니다.
<h3>프레젠테이션이 아닌 가상 디스플레이</h3>
이 플래그를 설정하지 않으면 가상 디스플레이가 프레젠테이션 디스플레이로 등록되지 않습니다. 애플리케이션은 여전히 디스플레이에 콘텐츠를 프로젝션할 수 있지만 일반적으로 자동으로 프로젝션되지는 않습니다. 이 옵션은 더 특별한 용도의 디스플레이에 적합합니다.
에 대한 android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_PRESENTATIONJava 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
추가 정보
- Presentation
- <xref:Android.Hardware.Display.DisplayManager.CreateVirtualDisplay(System.String%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>
- DisplayCategoryPresentation
- FlagPresentation