Class ZMBVDecoder

All Implemented Interfaces:
javax.media.Codec, javax.media.Controls, javax.media.PlugIn

public class ZMBVDecoder extends AbstractVideoDecoder
ZMBVDecoder.
Author:
Werner Randelshofer
  • Field Details

  • Constructor Details

    • ZMBVDecoder

      public ZMBVDecoder()
  • Method Details

    • getMatchingOutputFormats

      protected javax.media.Format[] getMatchingOutputFormats(javax.media.Format input)
      Specified by:
      getMatchingOutputFormats in class AbstractVideoDecoder
    • process

      public int process(javax.media.Buffer input, javax.media.Buffer output)
    • close

      public void close()
      Specified by:
      close in interface javax.media.PlugIn
      Overrides:
      close in class AbstractCodec
    • open

      public void open() throws javax.media.ResourceUnavailableException
      Specified by:
      open in interface javax.media.PlugIn
      Overrides:
      open in class AbstractCodec
      Throws:
      javax.media.ResourceUnavailableException
    • registerWithJMF

      public static void registerWithJMF()
      Registers this codec with the JMF PluginManager.