媒体处理 MPC-查询动图任务:根据时间段查询

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

根据时间段查询

1
2
3
4
5
6
// 根据时间段查询
ListAnimatedGraphicsTaskRequest req = new ListAnimatedGraphicsTaskRequest().withStartTime("20201220131400").withEndTime("20201221131400");
// 发送查询动图任务请求给 媒体处理 服务
ListAnimatedGraphicsTaskResponse rsp = initMpcClient().listAnimatedGraphicsTask(req);
// 打印返回消息
System.out.println("rsp=" + JsonUtils.toJSON(rsp));
support.huaweicloud.com/sdkreference-mpc/mpc_05_0120.html