云手机服务 KooPhone-实例视频设置:请求示例

时间:2025-01-26 10:49:16

请求示例

/v1/instances/video-setting{  "instance_ids" : [ "iRJEVP96" ],  "instance_settings" : [ {    "network_type" : "MOBILE_NETWORK",    "encoding_type" : "H264",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  }, {    "network_type" : "MOBILE_NETWORK",    "encoding_type" : "H265",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  }, {    "network_type" : "WIFI",    "encoding_type" : "H264",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  }, {    "network_type" : "WIFI",    "encoding_type" : "H265",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  }, {    "network_type" : "WIRED",    "encoding_type" : "H264",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  }, {    "network_type" : "WIRED",    "encoding_type" : "H265",    "video_spec_groups" : [ {      "definition_540P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_720P" : {        "code_rate" : 6000,        "fps" : 30      },      "definition_1080P" : {        "code_rate" : 8000,        "fps" : 30      }    } ]  } ]}
support.huaweicloud.com/api-koophone/SetVideo.html