媒体处理 MPC-查询转码模板:核心代码

时间:2024-07-30 16:48:26

核心代码

1
2
3
4
5
6
//设置查询转码模板参数,可以查询多个,最多10个
ListTemplateRequest req = new ListTemplateRequest().withTemplateId(Collections.singletonList(346090));
//发送查询转码模板请求
ListTemplateResponse rsp = initMpcClient().listTemplate(req);
//返回查询转码模板结果
System.out.println("httpCode=" + rsp.getHttpStatusCode() + " rsp=" + JsonUtils.toJSON(rsp));
support.huaweicloud.com/sdkreference-mpc/mpc_05_0142.html