Package 

Class FullVideoRecorder


  • 
    public abstract class FullVideoRecorder
    extends VideoRecorder
                        

    A VideoRecorder that uses android.media.MediaRecorder APIs. When started, the media recorder will be prepared in prepareMediaRecorder. This will call two abstract methods: - getCamcorderProfile - applyVideoSource Subclasses can also call prepareMediaRecorder before start happens, in which case it will not be prepared twice. This can be used for example to test some configurations.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.otaliastudios.cameraview.video.VideoRecorder

        isRecording, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait