Partager via


RecordingFormat Structure

Définition

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 à