set_min_frame_size
Description:
Subclass can use this function to tell the base class that it needs to be given buffers of at least min_size bytes.
Parameters:
| this | |
| min_size |
Minimum size in bytes of the data that this base class should give to subclass. |