-
Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureBracketedStillImageSettings
| Modifier and Type |
Method |
Description |
void |
AVCapturePhotoCaptureDelegate.didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output,
CMSampleBuffer photoSampleBuffer,
CMSampleBuffer previewPhotoSampleBuffer,
AVCaptureResolvedPhotoSettings resolvedSettings,
AVCaptureBracketedStillImageSettings bracketSettings,
NSError error) |
Deprecated.
|
void |
AVCapturePhotoCaptureDelegateAdapter.didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output,
CMSampleBuffer photoSampleBuffer,
CMSampleBuffer previewPhotoSampleBuffer,
AVCaptureResolvedPhotoSettings resolvedSettings,
AVCaptureBracketedStillImageSettings bracketSettings,
NSError error) |
Deprecated.
|
void |
AVCapturePhotoCaptureDelegate.didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output,
CMSampleBuffer rawSampleBuffer,
CMSampleBuffer previewPhotoSampleBuffer,
AVCaptureResolvedPhotoSettings resolvedSettings,
AVCaptureBracketedStillImageSettings bracketSettings,
NSError error) |
Deprecated.
|
void |
AVCapturePhotoCaptureDelegateAdapter.didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output,
CMSampleBuffer rawSampleBuffer,
CMSampleBuffer previewPhotoSampleBuffer,
AVCaptureResolvedPhotoSettings resolvedSettings,
AVCaptureBracketedStillImageSettings bracketSettings,
NSError error) |
Deprecated.
|
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVCaptureBracketedStillImageSettings
| Modifier and Type |
Method |
Description |
void |
AVCaptureStillImageOutput.captureStillImageBracketAsynchronously(AVCaptureConnection connection,
NSArray<AVCaptureBracketedStillImageSettings> settings,
VoidBlock3<CMSampleBuffer,AVCaptureBracketedStillImageSettings,NSError> handler) |
Deprecated.
|
void |
AVCaptureStillImageOutput.captureStillImageBracketAsynchronously(AVCaptureConnection connection,
NSArray<AVCaptureBracketedStillImageSettings> settings,
VoidBlock3<CMSampleBuffer,AVCaptureBracketedStillImageSettings,NSError> handler) |
Deprecated.
|
protected static long |
AVCapturePhotoBracketSettings.create(int rawPixelFormatType,
String rawFileType,
NSDictionary<NSString,?> processedFormat,
String processedFileType,
NSArray<AVCaptureBracketedStillImageSettings> bracketedSettings) |
|
protected static long |
AVCapturePhotoBracketSettings.create(int rawPixelFormatType,
NSDictionary<NSString,?> processedFormat,
NSArray<AVCaptureBracketedStillImageSettings> bracketedSettings) |
|
void |
AVCaptureStillImageOutput.prepareToCaptureStillImageBracket(AVCaptureConnection connection,
NSArray<AVCaptureBracketedStillImageSettings> settings,
VoidBlock2<Boolean,NSError> handler) |
Deprecated.
|