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

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

查询单个转码任务

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