Class StreamMediaRecorderState
-
- All Implemented Interfaces:
public final class StreamMediaRecorderStateHolds information about the current state of the MediaRecorder used by StreamMediaRecorder. The values correspond to the info and error values found inside MediaRecorder.
-
-
Constructor Summary
Constructors Constructor Description StreamMediaRecorderState(StreamMediaRecorder streamMediaRecorder, Integer what, Integer extra)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
StreamMediaRecorderState
StreamMediaRecorderState(StreamMediaRecorder streamMediaRecorder, Integer what, Integer extra)
- Parameters:
streamMediaRecorder- The StreamMediaRecorder instance this event is tied to.what- Error or info type.extra- An extra code, specific to the error or info type.
-
-
-
-