类的使用
io.agentscope.core.message.VideoBlock.Builder
使用VideoBlock.Builder的程序包
-
io.agentscope.core.message中VideoBlock.Builder的使用
修饰符和类型方法说明static VideoBlock.BuilderVideoBlock.builder()Creates a new builder for constructing VideoBlock instances.Sets the frames per second (FPS) of the video.Sets the maximum number of frames to capture from the video.Sets the maximum pixel threshold for input video frames.Sets the minimum pixel threshold for input video frames.Sets the source for the video content.VideoBlock.Builder.totalPixels(Integer totalPixels) Sets the total pixels of all frames extracted from the video (single image pixels × total frames).