-
public class MediaVideoBufferEncoderHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static intPIXEL_FORMAT
-
Constructor Summary
Constructors Constructor Description MediaVideoBufferEncoderHelper(Size mSize)
-
Method Summary
Modifier and Type Method Description booleanisRecording()IFrameCallbackgetFrameCallback()voidstartRecording(Uri uri)voidpauseRecording()voidresumeRecording()voidstopRecording()-
-
Constructor Detail
-
MediaVideoBufferEncoderHelper
MediaVideoBufferEncoderHelper(Size mSize)
-
-
Method Detail
-
isRecording
boolean isRecording()
-
getFrameCallback
IFrameCallback getFrameCallback()
-
startRecording
void startRecording(Uri uri)
-
pauseRecording
void pauseRecording()
-
resumeRecording
void resumeRecording()
-
stopRecording
void stopRecording()
-
-
-
-