Language

AppContentProjectionSession.IsAudioRequested Property

Definition

If true, this means that the user has requested the audio to be shared along with the app content.

public virtual bool IsAudioRequested { [Android.Runtime.Register("isAudioRequested", "()Z", "GetIsAudioRequestedHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isAudioRequested", "()Z", "GetIsAudioRequestedHandler", ApiSince=37)>]
member this.IsAudioRequested : bool

Property Value

If true, this means that the user has requested the audio to be shared along with the app content.

Attributes

Remarks

If true, this means that the user has requested the audio to be shared along with the app content.

Android reference for android.media.projection.AppContentProjectionSession.isAudioRequested.

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