virtual void SetNumberOfFramePools(unsigned pools) = 0;
SetNumberOfFramePools sets the number of internal video buffers. Video buffers are used to save video decoding output and are called "frame pools". Having many frame pools allow you to save much video decoding output. When the CPU load of decoding is unstable, many frame pools help smooth out playback. The default value is 2.
Parameters |
Description |
unsigned pools |
Number of internal buffers to set. |