Language

MediaProjectionConfig.ProjectionSources Property

Definition

A bitmask representing of requested projection sources.

public int ProjectionSources { [Android.Runtime.Register("getProjectionSources", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getProjectionSources", "()I", "", ApiSince=37)>]
member this.ProjectionSources : 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

A bitmask representing of requested projection sources.

The system supports different kind of media projection session. Although the user is picking the target content, the requesting application can configure the choices displayed to the user.

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

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