PHP中的弹性转码器作业状态

时间:2015-09-29 14:17:17

标签: php amazon-web-services amazon-s3 status amazon-elastic-transcoder

如何使用php

中的以下参数打印弹性转码器作业的作业状态
  

{进度,完成,警告,错误}

我已提交作业,视频正在转码。我正在通过S3列表检索已完成的视频列表。

1 个答案:

答案 0 :(得分:0)

// Usage: SomeContext context = new SomeContext(); Type type = typeof(SomeEntity); var executorType = typeof(SomeFunctionExecutor<>).MakeGenericType(type); var executor = Activator.CreateInstance(executorType) as ISomeFunctionExecutor; if (executor != null) { executor.Execute(context); } 提供,您可以查询作业状态并打印您想要的任何内容:

jobId