Language

AudioPlaybackCaptureConfiguration.Builder.AddMatchingUid(Int32) Method

Definition

Only capture audio output by app with the matching uid.

[Android.Runtime.Register("addMatchingUid", "(I)Landroid/media/AudioPlaybackCaptureConfiguration$Builder;", "", ApiSince=29)]
public Android.Media.AudioPlaybackCaptureConfiguration.Builder AddMatchingUid(int uid);
[<Android.Runtime.Register("addMatchingUid", "(I)Landroid/media/AudioPlaybackCaptureConfiguration$Builder;", "", ApiSince=29)>]
member this.AddMatchingUid : int -> Android.Media.AudioPlaybackCaptureConfiguration.Builder

Parameters

uid
Int32

Returns

Attributes

Remarks

Only capture audio output by app with the matching uid. If called multiple times, will capture audio output by apps whose uid is any of the given uids.

Android reference for android.media.AudioPlaybackCaptureConfiguration.Builder.addMatchingUid.

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