frameBytes property

List<int>? frameBytes
final

What extractFrames returns per frame. Null falls back to fileBytes; a filmstrip test that has to decode its frames passes a real image.

Implementation

final List<int>? frameBytes;