Interface IMPEG2SectionListener

  • All Known Implementing Classes:
    MPEG2PATAssembler, MPEG2PMTAssembler, MPEG2TableAssembler, SectionAssembler, SITAssembler

    public interface IMPEG2SectionListener
    The listener interface for receiving impeg2Section events. The class that is interested in processing a impeg2Section event implements this interface, and the object created with that class is registered with a component using the component's addImpeg2SectionListener method. When the impeg2Section event occurs, that object's appropriate method is invoked.
    See Also:
    Impeg2SectionEvent
    • Method Detail

      • adaptationHeader

        void adaptationHeader​(AdaptationField field)
        Adaptation header.
        Parameters:
        field - the field
      • headerNotify

        boolean headerNotify​(MPEG2Section section)
        Header notify.
        Parameters:
        section - the section
        Returns:
        true, if successful
      • sectionNotify

        void sectionNotify​(MPEG2Section section,
                           boolean continuityError)
        Section notify.
        Parameters:
        section - the section
        continuityError - the continuity error
      • logThrottleDoLog

        boolean logThrottleDoLog()
      • logFatal

        void logFatal​(String comment)
      • logError

        void logError​(String comment)
      • logError

        void logError​(String comment,
                      Exception e)
      • logWarn

        void logWarn​(String comment)
      • logInfo

        void logInfo​(String comment)
      • logDebug

        void logDebug​(String comment)