共用方式為


Display.IsMinimalPostProcessingSupported Property

Definition

Returns true if the connected display can be switched into a mode with minimal post processing.

public virtual bool IsMinimalPostProcessingSupported { [Android.Runtime.Register("isMinimalPostProcessingSupported", "()Z", "GetIsMinimalPostProcessingSupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isMinimalPostProcessingSupported", "()Z", "GetIsMinimalPostProcessingSupportedHandler", ApiSince=30)>]
member this.IsMinimalPostProcessingSupported : bool

Property Value

Attributes

Remarks

Returns true if the connected display can be switched into a mode with minimal post processing.

If the Display sink is connected via HDMI, this method will return true if the display supports either Auto Low Latency Mode or Game Content Type.

If the Display sink has an internal connection or uses some other protocol than HDMI, this method will return true if the sink can be switched into an implementation-defined low latency image processing mode.

The ability to switch to a mode with minimal post processing may be disabled by a user setting in the system settings menu. In that case, this method returns false.

Java documentation for android.view.Display.isMinimalPostProcessingSupported().

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