PresetConfigurations.InterleaveOutput Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou 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. Os valores possíveis incluem: 'NonInterleavedOutput', 'InterleavedOutput'
[Newtonsoft.Json.JsonProperty(PropertyName="interleaveOutput")]
public Microsoft.Azure.Management.Media.Models.InterleaveOutput? InterleaveOutput { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interleaveOutput")>]
member this.InterleaveOutput : Nullable<Microsoft.Azure.Management.Media.Models.InterleaveOutput> with get, set
Public Property InterleaveOutput As Nullable(Of InterleaveOutput)
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Aplica-se a
Azure SDK for .NET