MediaProjection.Callback.OnStop Method

Definition

Called when the MediaProjection session is no longer valid.

[Android.Runtime.Register("onStop", "()V", "GetOnStopHandler")]
public virtual void OnStop ();
[<Android.Runtime.Register("onStop", "()V", "GetOnStopHandler")>]
abstract member OnStop : unit -> unit
override this.OnStop : unit -> unit
Attributes

Remarks

Called when the MediaProjection session is no longer valid.

Once a MediaProjection has been stopped, it's up to the application to release any resources it may be holding (e.g. releasing the VirtualDisplay and Surface).

Java documentation for android.media.projection.MediaProjection.Callback.onStop().

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