Class AVCaptureFileOutput

    • Constructor Detail

      • AVCaptureFileOutput

        protected AVCaptureFileOutput()
      • AVCaptureFileOutput

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

      • 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)
      • stopRecording

        public void stopRecording()