Class AVCaptureStillImageOutput

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class AVCaptureStillImageOutput
extends AVCaptureOutput
Deprecated.
Deprecated in iOS 10.0. Use AVCapturePhotoOutput instead.
  • Constructor Details

    • AVCaptureStillImageOutput

      protected AVCaptureStillImageOutput​(NSObject.Handle h, long handle)
      Deprecated.
    • AVCaptureStillImageOutput

      protected AVCaptureStillImageOutput​(NSObject.SkipInit skipInit)
      Deprecated.
    • AVCaptureStillImageOutput

      public AVCaptureStillImageOutput()
      Deprecated.
  • Method Details

    • getVideoOutputSettings

      public AVVideoSettings getVideoOutputSettings()
      Deprecated.
    • setVideoOutputSettings

      public void setVideoOutputSettings​(AVVideoSettings outputSettings)
      Deprecated.
    • getPixelBufferOutputSettings

      public AVPixelBufferAttributes getPixelBufferOutputSettings()
      Deprecated.
    • setPixelBufferOutputSettings

      public void setPixelBufferOutputSettings​(AVPixelBufferAttributes outputSettings)
      Deprecated.
    • getOutputSettings0

      protected NSDictionary<NSString,​?> getOutputSettings0()
      Deprecated.
    • setOutputSettings0

      protected void setOutputSettings0​(NSDictionary<NSString,​?> v)
      Deprecated.
    • getAvailableImageDataCVPixelFormatTypes

      public List<CVPixelFormatType> getAvailableImageDataCVPixelFormatTypes()
      Deprecated.
    • getAvailableImageDataCodecTypes

      public List<CMVideoCodecType> getAvailableImageDataCodecTypes()
      Deprecated.
    • isStillImageStabilizationSupported

      public boolean isStillImageStabilizationSupported()
      Deprecated.
    • automaticallyEnablesStillImageStabilizationWhenAvailable

      public boolean automaticallyEnablesStillImageStabilizationWhenAvailable()
      Deprecated.
    • setAutomaticallyEnablesStillImageStabilizationWhenAvailable

      public void setAutomaticallyEnablesStillImageStabilizationWhenAvailable​(boolean v)
      Deprecated.
    • isStillImageStabilizationActive

      public boolean isStillImageStabilizationActive()
      Deprecated.
    • isHighResolutionStillImageOutputEnabled

      public boolean isHighResolutionStillImageOutputEnabled()
      Deprecated.
    • setHighResolutionStillImageOutputEnabled

      public void setHighResolutionStillImageOutputEnabled​(boolean v)
      Deprecated.
    • isCapturingStillImage

      public boolean isCapturingStillImage()
      Deprecated.
    • getMaxBracketedCaptureStillImageCount

      @Deprecated public long getMaxBracketedCaptureStillImageCount()
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput maxBracketedCapturePhotoCount instead.
    • isLensStabilizationDuringBracketedCaptureSupported

      @Deprecated public boolean isLensStabilizationDuringBracketedCaptureSupported()
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput lensStabilizationDuringBracketedCaptureSupported instead.
      Since:
      Available in iOS 9.0 and later.
    • isLensStabilizationDuringBracketedCaptureEnabled

      @Deprecated public boolean isLensStabilizationDuringBracketedCaptureEnabled()
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput with AVCapturePhotoBracketSettings instead.
      Since:
      Available in iOS 9.0 and later.
    • setLensStabilizationDuringBracketedCaptureEnabled

      @Deprecated public void setLensStabilizationDuringBracketedCaptureEnabled​(boolean v)
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput with AVCapturePhotoBracketSettings instead.
      Since:
      Available in iOS 9.0 and later.
    • captureStillImageAsynchronously

      public void captureStillImageAsynchronously​(AVCaptureConnection connection, VoidBlock2<CMSampleBuffer,​NSError> handler)
      Deprecated.
    • create

      protected static long create()
      Deprecated.
    • createJPEGStillImageNSDataRepresentation

      public static NSData createJPEGStillImageNSDataRepresentation​(CMSampleBuffer jpegSampleBuffer)
      Deprecated.
    • prepareToCaptureStillImageBracket

      @Deprecated public void prepareToCaptureStillImageBracket​(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock2<Boolean,​NSError> handler)
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput setPreparedPhotoSettingsArray:completionHandler: instead.
    • captureStillImageBracketAsynchronously

      @Deprecated public void captureStillImageBracketAsynchronously​(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock3<CMSampleBuffer,​AVCaptureBracketedStillImageSettings,​NSError> handler)
      Deprecated.
      Deprecated in iOS 10.0. Use AVCapturePhotoOutput capturePhotoWithSettings:delegate: instead.