Language

MediaProjectionConfig.IsSourceEnabled(Int32) Method

Definition

Returns true if the provided source should be enabled.

[Android.Runtime.Register("isSourceEnabled", "(I)Z", "", ApiSince=37)]
public bool IsSourceEnabled(int projectionSource);
[<Android.Runtime.Register("isSourceEnabled", "(I)Z", "", ApiSince=37)>]
member this.IsSourceEnabled : int -> bool

Parameters

projectionSource
Int32

projection source integer to check for. The parameter can also be a bitmask of multiple sources.

Returns

Attributes

Remarks

Returns true if the provided source should be enabled.

Android reference for android.media.projection.MediaProjectionConfig.isSourceEnabled.

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