Class AVCaptureFileOutput

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
AVCaptureMovieFileOutput

public class AVCaptureFileOutput
extends AVCaptureOutput
  • Constructor Details

    • AVCaptureFileOutput

      protected AVCaptureFileOutput()
    • AVCaptureFileOutput

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

      protected AVCaptureFileOutput​(NSObject.SkipInit skipInit)
  • Method Details

    • getOutputFileURL

      public NSURL getOutputFileURL()
    • isRecording

      public boolean isRecording()
    • getRecordedDuration

      public CMTime getRecordedDuration()
    • getRecordedFileSize

      public long getRecordedFileSize()
    • getMaxRecordedDuration

      public CMTime getMaxRecordedDuration()
    • setMaxRecordedDuration

      public void setMaxRecordedDuration​(CMTime v)
    • getMaxRecordedFileSize

      public long getMaxRecordedFileSize()
    • setMaxRecordedFileSize

      public void setMaxRecordedFileSize​(long v)
    • getMinFreeDiskSpaceLimit

      public long getMinFreeDiskSpaceLimit()
    • setMinFreeDiskSpaceLimit

      public void setMinFreeDiskSpaceLimit​(long v)
    • startRecording

      public void startRecording​(NSURL outputFileURL, AVCaptureFileOutputRecordingDelegate delegate)
    • stopRecording

      public void stopRecording()