FrameDetector

interface FrameDetector

Peeks the next frame size from a StreamProcessor without consuming bytes. Streaming loops use this to gate calls to the synchronous Decoder.

Inheritors

Functions

Link copied to clipboard
open fun peekFrameSize(stream: StreamProcessor, baseOffset: Int = 0): PeekResult