Method RequireFrames
RequireFrames()
Ensures that the required frames are available for processing. If frames are already present, the method exits without performing any action.
public virtual void RequireFrames()
Remarks
This method is typically called before operations that depend on the availability of frames. It is important to ensure that frames are initialized to avoid runtime errors.