All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.live.v20230101.CreateSnapshotPresetV2BodySnapshotPresetConfig Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * CreateSnapshotPresetV2BodySnapshotPresetConfig
 */
@lombok.Data
public final class CreateSnapshotPresetV2BodySnapshotPresetConfig  {

    /**
     * 

图片格式为 JPEG 时的截图参数,开启 JPEG 截图时设置。

* *

:::tip

* *

JPEG 截图和 JPG 截图必须开启且只能开启一个。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "JpegParam") private CreateSnapshotPresetV2BodySnapshotPresetConfigJpegParam jpegParam; /** *

截图间隔时间,单位为秒,默认值为 10,取值范围为正整数。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Interval") private Integer interval; /** *

截图格式为 JPG 时的截图参数,开启 JPG 截图时设置。

* *

:::tip

* *

JPEG 截图和 JPG 截图必须开启且只能开启一个。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "JpgParam") private CreateSnapshotPresetV2BodySnapshotPresetConfigJpgParam jpgParam; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy