Package | Description |
---|---|
org.bytedeco.javacv |
Modifier and Type | Class and Description |
---|---|
class |
FFmpegFrameRecorder |
class |
OpenCVFrameRecorder |
Modifier and Type | Method and Description |
---|---|
static FrameRecorder |
FrameRecorder.create(Class<? extends FrameRecorder> c,
Class p,
Object o,
int w,
int h) |
static FrameRecorder |
FrameRecorder.create(String className,
File file,
int width,
int height) |
static FrameRecorder |
FrameRecorder.create(String className,
String filename,
int width,
int height) |
static FrameRecorder |
FrameRecorder.createDefault(File file,
int width,
int height) |
static FrameRecorder |
FrameRecorder.createDefault(String filename,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends FrameRecorder> |
FrameRecorder.get(String className) |
static Class<? extends FrameRecorder> |
FrameRecorder.getDefault() |
Modifier and Type | Method and Description |
---|---|
static FrameRecorder |
FrameRecorder.create(Class<? extends FrameRecorder> c,
Class p,
Object o,
int w,
int h) |
Copyright © 2024. All rights reserved.