-
public class MediaMuxerWrapper
-
-
Constructor Summary
Constructors Constructor Description MediaMuxerWrapper(Uri uri)Constructor
-
Method Summary
Modifier and Type Method Description UrigetOutputUri()voidprepare()voidstartRecording()voidpauseRecording()voidresumeRecording()voidstopRecording()synchronized booleanisStarted()-
-
Method Detail
-
getOutputUri
Uri getOutputUri()
-
prepare
void prepare()
-
startRecording
void startRecording()
-
pauseRecording
void pauseRecording()
-
resumeRecording
void resumeRecording()
-
stopRecording
void stopRecording()
-
isStarted
synchronized boolean isStarted()
-
-
-
-