Interface FECDecoderControl

  • All Superinterfaces:
    javax.media.Control
    All Known Implementing Classes:
    JNIDecoder

    public interface FECDecoderControl
    extends javax.media.Control
    An interface used to communicate with a decoder that supports decoding FEC
    Author:
    Boris Grozev
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int fecPacketsDecoded()
      Returns the number of packets for which FEC was decoded
      • Methods inherited from interface javax.media.Control

        getControlComponent
    • Method Detail

      • fecPacketsDecoded

        int fecPacketsDecoded()
        Returns the number of packets for which FEC was decoded
        Returns:
        the number of packets for which FEC was decoded