InterleaveOutput Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le mode d’entrelacement de la sortie pour contrôler la façon dont l’audio et la vidéo sont stockés au format conteneur. Exemple : définissez InterleavedOutput sur NonInterleavedOutput pour produire des sorties audio uniquement et vidéo dans des fichiers MP4 distincts.
public readonly struct InterleaveOutput : IEquatable<Azure.ResourceManager.Media.Models.InterleaveOutput>
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
- Héritage
-
InterleaveOutput
- Implémente
Constructeurs
InterleaveOutput(String) |
Initialise une nouvelle instance de InterleaveOutput. |
Propriétés
InterleavedOutput |
La sortie inclut à la fois l’audio et la vidéo. |
NonInterleavedOutput |
La sortie est vidéo uniquement ou audio. |
Méthodes
Equals(InterleaveOutput) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(InterleaveOutput, InterleaveOutput) |
Détermine si deux InterleaveOutput valeurs sont identiques. |
Implicit(String to InterleaveOutput) |
Convertit une chaîne en InterleaveOutput. |
Inequality(InterleaveOutput, InterleaveOutput) |
Détermine si deux InterleaveOutput valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET