Question about 'nvEncEncodePicture' function.

The encoders in the sample project eventually encode them by calling the nvEncEncodePicture function.

This function encodes each frame.

Is there a function that encodes multiple frames at once?

I looked up api reference, but it did not seem to exist.

I would appreciate your help.