StreamMediaRecorderState

class StreamMediaRecorderState(streamMediaRecorder: StreamMediaRecorder, what: Int, extra: Int)

Holds information about the current state of the MediaRecorder used by StreamMediaRecorder. The values correspond to the info and error values found inside MediaRecorder.

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.

Constructors

Link copied to clipboard
constructor(streamMediaRecorder: StreamMediaRecorder, what: Int, extra: Int)