frame library
Classes
- Frame
- FrameMetadata
- Object with the information that accompanied a Frame.
- VideoFrame
- VideoFrameMetadata
- Object with the information that accompanied a VideoFrame.
Enums
- ImageFormat
- Used for specifying the desired pixel format of frames from the native decoder. The none option will return the frames in the format they came from the decoder and can be faster. After frames have been transformed in dart and are no longer in the initial format they also use none.
Functions
-
processImageFromRgba(
VideoFrame frame) → Future< VideoFrame>