Uses of Class
io.antmedia.recorder.FFmpegFrameRecorder.Exception
Packages that use FFmpegFrameRecorder.Exception
-
Uses of FFmpegFrameRecorder.Exception in io.antmedia.recorder
Fields in io.antmedia.recorder declared as FFmpegFrameRecorder.ExceptionModifier and TypeFieldDescriptionprivate static FFmpegFrameRecorder.ExceptionFFmpegFrameRecorder.loadingExceptionMethods in io.antmedia.recorder that throw FFmpegFrameRecorder.ExceptionModifier and TypeMethodDescriptionvoidFFmpegFrameRecorder.flush()voidbooleanFFmpegFrameRecorder.recordImage(int width, int height, int depth, int channels, int[] stride, int pixelFormat, Buffer... image) booleanFFmpegFrameRecorder.recordSamples(int sampleRate, int audioChannels, Buffer... samples) booleanFFmpegFrameRecorder.recordSamples(Buffer... samples) voidFFmpegFrameRecorder.release()voidFFmpegFrameRecorder.releaseUnsafe()voidFFmpegFrameRecorder.start()voidFFmpegFrameRecorder.startUnsafe()voidFFmpegFrameRecorder.stop()static voidFFmpegFrameRecorder.tryLoad()private booleanFFmpegFrameRecorder.writeFrame(org.bytedeco.ffmpeg.avutil.AVFrame frame) private voidFFmpegFrameRecorder.writePacket(int mediaType, org.bytedeco.ffmpeg.avcodec.AVPacket avPacket) private voidFFmpegFrameRecorder.writeSamples(int nb_samples)