Class VP8Decoder


  • public class VP8Decoder
    extends java.lang.Object
    • Constructor Detail

      • VP8Decoder

        public VP8Decoder()
    • Method Detail

      • decodeFrame

        public void decodeFrame​(javax.imageio.stream.ImageInputStream stream)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getHeight

        public int getHeight()
      • getWidth

        public int getWidth()
      • writePGMFile

        public void writePGMFile​(java.lang.String fileName,
                                 VP8Frame frame)
      • writeYV12File

        public void writeYV12File​(java.lang.String fileName,
                                  VP8Frame frame)