Todos os produtos
Search
Central de documentação

Intelligent Media Services:MediaConvertOutputDetail

Última atualização: Jun 29, 2026

Parâmetro

Tipo

Descrição

Exemplo

object

Os detalhes da saída de uma tarefa do MediaConvert.

Status

string

O status da tarefa. Valores válidos:

  • Init: Inicializando a tarefa.

  • Scheduled: A tarefa está agendada para processamento.

  • Success: A tarefa foi concluída.

  • Failed: A tarefa falhou.

  • Skipped: A tarefa foi ignorada.

Success

TaskId

string

O ID da tarefa.

******4215e042b3966ca5441e******

Message

string

O motivo da falha de uma tarefa.

The resource operated InputFile is bad

FinishTime

string

A hora em que a tarefa de saída foi concluída, no formato UTC (yyyy-MM-ddTHH:mm:ssZ).

2024-12-07T13:01:07Z

CreateTime

string

A hora em que a tarefa de saída foi criada, no formato UTC (yyyy-MM-ddTHH:mm:ssZ).

2024-12-07T06:06:58Z

Code

string

O código de erro de uma tarefa com falha.

InvalidParameter.ResourceContentBad

Name

string

O nome da saída.

720P-mp4

Result

object

Os resultados detalhados da saída.

OutputFile

object

Detalhes sobre o arquivo de saída gerado.

Type

string

The type of the output file. Valid values:

  • OSS: an Object Storage Service (OSS) object.

  • Media: a media asset.

OSS

Media

string

The value depends on the Type field:

  • If Type is set to OSS, the value is the URL of the output file. The following formats are supported: oss://... and https://...

  • If Type is set to Media, the value is the ID of the media asset.

oss://bucket/path/to/video.mp4

Url

string

If Type is set to Media, this field provides the actual storage URL of the media asset.

oss://bucket/path/to/video.mp4

OutFileMeta MediaConvertOutputDetailFileMeta

Os metadados dos fluxos de áudio e vídeo.