Package org.codice.alliance.libs.mpegts
Interface MpegTsDecoder
- All Known Implementing Classes:
MpegTsDecoderImpl
public interface MpegTsDecoder
-
Method Summary
-
Method Details
-
read
Submit an MTSPacket for decoding. If the packet triggers the completion of a PESPacket, thencallbackwill be called.- Parameters:
mtsPacket- must be non-nullcallback- must be non-null- Throws:
IOException
-