registerFrame method
Registers a new ExportFrame with the given ExportFrameContext to the ExportDelegate.
Implementation
void registerFrame(ExportFrameContext frameContext) {
_registeredFrames[frameContext.frameId] = frameContext;
}
Registers a new ExportFrame with the given ExportFrameContext to the ExportDelegate.
void registerFrame(ExportFrameContext frameContext) {
_registeredFrames[frameContext.frameId] = frameContext;
}