Class WebmWriter
- java.lang.Object
-
- org.jitsi.impl.neomedia.recording.WebmWriter
-
public class WebmWriter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebmWriter.FrameDescriptor
-
Field Summary
Fields Modifier and Type Field Description static intFLAG_FRAME_IS_INVISIBLEConstant corresponding to VPX_FRAME_IS_INVISIBLE from libvpx's vpx/vpx_encoder.hstatic intFLAG_FRAME_IS_KEYConstant corresponding to VPX_FRAME_IS_KEY from libvpx's vpx/vpx_encoder.h
-
Constructor Summary
Constructors Constructor Description WebmWriter(String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwriteFrame(WebmWriter.FrameDescriptor fd)voidwriteWebmFileHeader(int width, int height)
-
-
-
Constructor Detail
-
WebmWriter
public WebmWriter(String filename) throws IOException
- Throws:
IOException
-
-
Method Detail
-
writeWebmFileHeader
public void writeWebmFileHeader(int width, int height)
-
close
public void close()
-
writeFrame
public void writeFrame(WebmWriter.FrameDescriptor fd)
-
-