monoandroid
namespace Android.Hardware.Camera2
{
    [Register("android/hardware/camera2/CameraCaptureSession", DoNotGenerateAcw = true)]
    public abstract class CameraCaptureSession : Object, IJavaObject, IJavaPeerable, IAutoCloseable, IDisposable
    {
        [Register("android/hardware/camera2/CameraCaptureSession$CaptureCallback", DoNotGenerateAcw = true)]
        public abstract class CaptureCallback : Object
        {
            [Register("onCaptureStarted", "(Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;JJ)V", "GetOnCaptureStarted_Landroid_hardware_camera2_CameraCaptureSession_Landroid_hardware_camera2_CaptureRequest_JJHandler")]
            public virtual void OnCaptureStarted(CameraCaptureSession! session, CaptureRequest! request, long timestamp, long frameNumber);
        }
    }
}
.NET 6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

09/30/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙