InterleaveOutput Estrutura
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.
Define valores para InterleaveOutput.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))]
public struct InterleaveOutput : IEquatable<Microsoft.Azure.Management.Media.Models.InterleaveOutput>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))>]
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
- Herança
-
InterleaveOutput
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
- Implementações
Campos
InterleavedOutput |
A saída inclui áudio e vídeo. |
NonInterleavedOutput |
A saída é somente vídeo ou somente áudio. |
Métodos
Equals(InterleaveOutput) |
Compara enumerações do tipo InterleaveOutput |
Equals(Object) |
Substitui o operador Equals para InterleaveOutput |
GetHashCode() |
Retorna para hashCode InterleaveOutput |
ToString() |
Retorna representação de cadeia de caracteres para InterleaveOutput |
Operadores
Equality(InterleaveOutput, InterleaveOutput) |
Operador de substituição == para enum InterleaveOutput |
Implicit(InterleaveOutput to String) |
Operador implícito para converter InterleaveOutput em cadeia de caracteres |
Implicit(String to InterleaveOutput) |
Operador implícito para converter cadeia de caracteres em InterleaveOutput |
Inequality(InterleaveOutput, InterleaveOutput) |
Substituição do operador != para enum InterleaveOutput |
Aplica-se a
Azure SDK for .NET