Uses of Class
io.antmedia.recorder.FrameRecorder.Exception
Packages that use FrameRecorder.Exception
-
Uses of FrameRecorder.Exception in io.antmedia.recorder
Subclasses of FrameRecorder.Exception in io.antmedia.recorderMethods in io.antmedia.recorder that throw FrameRecorder.ExceptionModifier and TypeMethodDescriptionvoid
FrameRecorder.close()
static FrameRecorder
FrameRecorder.create
(Class<? extends FrameRecorder> c, Class p, Object o, int w, int h) static FrameRecorder
static FrameRecorder
static FrameRecorder
FrameRecorder.createDefault
(File file, int width, int height) static FrameRecorder
FrameRecorder.createDefault
(String filename, int width, int height) abstract void
FrameRecorder.flush()
static Class<? extends FrameRecorder>
abstract void
abstract void
FrameRecorder.release()
abstract void
FrameRecorder.start()
abstract void
FrameRecorder.stop()