public class WebmWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebmWriter.FrameDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_FRAME_IS_INVISIBLE
Constant corresponding to VPX_FRAME_IS_INVISIBLE from libvpx's
vpx/vpx_encoder.h
|
static int |
FLAG_FRAME_IS_KEY
Constant corresponding to VPX_FRAME_IS_KEY from libvpx's
vpx/vpx_encoder.h
|
| Constructor and Description |
|---|
WebmWriter(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeFrame(WebmWriter.FrameDescriptor fd) |
void |
writeWebmFileHeader(int width,
int height) |
public static int FLAG_FRAME_IS_KEY
public static int FLAG_FRAME_IS_INVISIBLE
public WebmWriter(String filename) throws IOException
IOExceptionpublic void writeWebmFileHeader(int width,
int height)
public void close()
public void writeFrame(WebmWriter.FrameDescriptor fd)
Copyright © 2022 jitsi.org. All rights reserved.