Language

MediaProjectionConfig.InitiallySelectedSource Property

Definition

Returns a bit mask of one, and only one, of the projection type flag.

public int InitiallySelectedSource { [Android.Runtime.Register("getInitiallySelectedSource", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getInitiallySelectedSource", "()I", "", ApiSince=37)>]
member this.InitiallySelectedSource : int

Property Value

Value is either 0 or a combination of the following: PROJECTION_SOURCE_DISPLAY; PROJECTION_SOURCE_APP; PROJECTION_SOURCE_APP_CONTENT

Attributes

Remarks

Returns a bit mask of one, and only one, of the projection type flag.

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

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