Class MediaVideoDecoder

java.lang.Object
javaforce.media.MediaCoder
javaforce.media.MediaVideoDecoder

public class MediaVideoDecoder extends MediaCoder
Media "raw" video decoder.
Author:
pquiring
  • Constructor Details

    • MediaVideoDecoder

      public MediaVideoDecoder()
  • Method Details

    • start

      public boolean start(int codec_id, int new_width, int new_height)
    • stop

      public void stop()
    • decode

      public int[] decode(byte[] data, int offset, int length)
    • decode16

      public short[] decode16(byte[] data, int offset, int length)
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getFrameRate

      public float getFrameRate()