EventGridModelFactory.AcsRecordingFileStatusUpdatedEventData Méthode
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.
Initialise une nouvelle instance d’AcsRecordingFileStatusUpdatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFileStatusUpdatedEventData AcsRecordingFileStatusUpdatedEventData (Azure.Messaging.EventGrid.SystemEvents.AcsRecordingStorageInfoProperties recordingStorageInfo = default, DateTimeOffset? recordingStartTime = default, long? recordingDurationMs = default, Azure.Messaging.EventGrid.SystemEvents.AcsRecordingContentType? contentType = default, Azure.Messaging.EventGrid.SystemEvents.AcsRecordingChannelType? channelType = default, Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFormatType? formatType = default, string sessionEndReason = default);
static member AcsRecordingFileStatusUpdatedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsRecordingStorageInfoProperties * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<Azure.Messaging.EventGrid.SystemEvents.AcsRecordingContentType> * Nullable<Azure.Messaging.EventGrid.SystemEvents.AcsRecordingChannelType> * Nullable<Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFormatType> * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFileStatusUpdatedEventData
Public Shared Function AcsRecordingFileStatusUpdatedEventData (Optional recordingStorageInfo As AcsRecordingStorageInfoProperties = Nothing, Optional recordingStartTime As Nullable(Of DateTimeOffset) = Nothing, Optional recordingDurationMs As Nullable(Of Long) = Nothing, Optional contentType As Nullable(Of AcsRecordingContentType) = Nothing, Optional channelType As Nullable(Of AcsRecordingChannelType) = Nothing, Optional formatType As Nullable(Of AcsRecordingFormatType) = Nothing, Optional sessionEndReason As String = Nothing) As AcsRecordingFileStatusUpdatedEventData
Paramètres
- recordingStorageInfo
- AcsRecordingStorageInfoProperties
Détails de l’enregistrement des informations de stockage.
- recordingStartTime
- Nullable<DateTimeOffset>
Heure à laquelle l’enregistrement a commencé.
- contentType
- Nullable<AcsRecordingContentType>
Type de contenu d’enregistrement : AudioVideo ou Audio.
- channelType
- Nullable<AcsRecordingChannelType>
Type de canal d’enregistrement - Mixed, Unmixed.
- formatType
- Nullable<AcsRecordingFormatType>
Type de format d’enregistrement : Mp4, Mp3, Wav.
- sessionEndReason
- String
Raison de la fin de la session d’enregistrement.
Retours
Une nouvelle AcsRecordingFileStatusUpdatedEventData instance pour se moquer.
S’applique à
Azure SDK for .NET