Interface ISeekableStreamSource

    • Method Detail

      • seek

        int seek​(int ts)
        Seek the stream source to timestamp ts (in milliseconds).
        Parameters:
        ts - Timestamp to seek to
        Returns:
        Actual timestamp seeked to