next method

Frame next()

Returns the next frame in the sequence.

Implementation

Frame next() => Frame(_buffer, _nextCount);