Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2026 Changes in this version type EpisodeBuffer + func (b *EpisodeBuffer) ColumnsWithFrameStart(globalIndex, frameStart int64, taskIndices []int64) map[string]any + func (b *EpisodeBuffer) Reset() v1.0.0 Jun 5, 2026 Changes in this version + type EpisodeBuffer struct + EpisodeIndex int + FPS int + Features map[string]meta.FeatureSpec + func New(episodeIndex int, fps int, features map[string]meta.FeatureSpec) *EpisodeBuffer + func (b *EpisodeBuffer) AddFrame(frame map[string]any) error + func (b *EpisodeBuffer) Columns(globalIndex int64, taskIndices []int64) map[string]any + func (b *EpisodeBuffer) Size() int + func (b *EpisodeBuffer) Tasks() []string