Partilhar via


InterleaveOutput Estrutura

Definição

Define o modo de intercalação da saída para controlar como o áudio e o vídeo são armazenados no formato de contêiner. Exemplo: defina InterleavedOutput como NonInterleavedOutput para produzir saídas somente áudio e somente vídeo em arquivos MP4 separados.

public readonly struct InterleaveOutput : IEquatable<Azure.ResourceManager.Media.Models.InterleaveOutput>
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
Herança
InterleaveOutput
Implementações

Construtores

InterleaveOutput(String)

Inicializa uma nova instância de InterleaveOutput.

Propriedades

InterleavedOutput

A saída inclui áudio e vídeo.

NonInterleavedOutput

A saída é somente vídeo ou somente áudio.

Métodos

Equals(InterleaveOutput)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(InterleaveOutput, InterleaveOutput)

Determina se dois InterleaveOutput valores são os mesmos.

Implicit(String to InterleaveOutput)

Converte uma cadeia de caracteres em um InterleaveOutput.

Inequality(InterleaveOutput, InterleaveOutput)

Determina se dois InterleaveOutput valores não são os mesmos.

Aplica-se a