ClikaRT::io::VideoData
struct
Header: ClikaRT/io/io.h
A decoded clip plus its stream info: the returned FrameBatch carries every frame [T, H, W, 3] UInt8 (host). Guarded against a decompression bomb; a large clip should use VideoReader (ClikaRT/io/video.h) for per-index access. path is copied.
Data members
batch
FrameBatch batch
every decoded frame + its alignment metadata
Declared in ClikaRT/io/io.h, line 241
info
VideoInfo info
the stream's geometry / timing
Declared in ClikaRT/io/io.h, line 242