CaptureRequest.Builder.RemoveTarget(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 the list of targets for this request.
[Android.Runtime.Register("removeTarget", "(Landroid/view/Surface;)V", "")]
public void RemoveTarget (Android.Views.Surface outputTarget);
[<Android.Runtime.Register("removeTarget", "(Landroid/view/Surface;)V", "")>]
member this.RemoveTarget : Android.Views.Surface -> unit
Parameters
- outputTarget
- Surface
Surface to use as an output target for this request
- Attributes
Remarks
Remove a surface from the list of targets for this request.
Removing a target that is not currently added has no effect.
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.