Interface FECDecoderControl
-
- All Superinterfaces:
javax.media.Control
- All Known Implementing Classes:
JNIDecoder
public interface FECDecoderControl extends javax.media.ControlAn 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 intfecPacketsDecoded()Returns the number of packets for which FEC was decoded
-