Camera.SetPreviewCallbackWithBuffer(Camera+IPreviewCallback) 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.
Caution
deprecated
Installs a callback to be invoked for every preview frame, using
buffers supplied with #addCallbackBuffer(byte[])
, in addition to
displaying them on the screen.
[Android.Runtime.Register("setPreviewCallbackWithBuffer", "(Landroid/hardware/Camera$PreviewCallback;)V", "")]
[System.Obsolete("deprecated")]
public void SetPreviewCallbackWithBuffer (Android.Hardware.Camera.IPreviewCallback? cb);
[<Android.Runtime.Register("setPreviewCallbackWithBuffer", "(Landroid/hardware/Camera$PreviewCallback;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.SetPreviewCallbackWithBuffer : Android.Hardware.Camera.IPreviewCallback -> unit
Parameters
a callback object that receives a copy of the preview frame, or null to stop receiving callbacks and clear the buffer queue.
- Attributes
Remarks
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.