コード例 #1
0
 public Camera2BasicSurfaceTextureListener(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
コード例 #2
0
 public CameraCaptureStillPictureSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }
コード例 #3
0
 public CameraCapturePreviewSessionCallback(TakePhotoActivity3 owner)
 {
     Owner = owner;
 }