RecordingFormat 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.
Type de format de l’enregistrement d’appel.
public readonly struct RecordingFormat : IEquatable<Azure.Communication.CallAutomation.RecordingFormat>
type RecordingFormat = struct
Public Structure RecordingFormat
Implements IEquatable(Of RecordingFormat)
- Héritage
-
RecordingFormat
- Implémente
Constructeurs
RecordingFormat(String) |
Initialise une nouvelle instance de RecordingFormat. |
Propriétés
Mp3 |
Mp3. |
Mp4 |
mp4. |
Wav |
Wav. |
Méthodes
Equals(RecordingFormat) |
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(RecordingFormat, RecordingFormat) |
Détermine si deux RecordingFormat valeurs sont identiques. |
Implicit(String to RecordingFormat) |
Convertit une chaîne en RecordingFormat. |
Inequality(RecordingFormat, RecordingFormat) |
Détermine si deux RecordingFormat valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET