OutputConfiguration.RemoveSurface(Surface) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove a surface from this OutputConfiguration.
[Android.Runtime.Register("removeSurface", "(Landroid/view/Surface;)V", "", ApiSince=28)]
public void RemoveSurface (Android.Views.Surface surface);
[<Android.Runtime.Register("removeSurface", "(Landroid/view/Surface;)V", "", ApiSince=28)>]
member this.RemoveSurface : Android.Views.Surface -> unit
Parameters
- surface
- Surface
The surface to be removed.
- Attributes
Remarks
Remove a surface from this OutputConfiguration.
Surfaces added via calls to #addSurface
can also be removed from the OutputConfiguration. The only notable exception is the surface associated with the OutputConfiguration see #getSurface
which was passed as part of the constructor or was added first in the deferred case OutputConfiguration#OutputConfiguration(Size, Class)
.
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.