VirtualDisplay.Callback.OnStopped Method

Definition

Called when the virtual display video projection has been stopped by the system.

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

Remarks

Called when the virtual display video projection has been stopped by the system. It will no longer receive frames and it will never be resumed. It is still the responsibility of the application to release() the virtual display.

Java documentation for android.hardware.display.VirtualDisplay.Callback.onStopped().

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