-
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.