媒体处理 MPC-查询转码任务:查询多个转码任务

时间:2025-02-12 15:03:01

查询多个转码任务

12345
//按多个TaskId查询任务,TaskId是转码请求响应中返回的任务IDListTranscodingTaskRequest req = new ListTranscodingTaskRequest().withTaskId(Arrays.asList(3273178L, 3273179L));//发送请求ListTranscodingTaskResponse listTranscodingTaskResponse = initMpcClient().listTranscodingTask(req);System.out.println(JsonUtils.toJSON(listTranscodingTaskResponse));
support.huaweicloud.com/sdkreference-mpc/mpc_05_00105.html