EventGridModelFactory.AcsRecordingFileStatusUpdatedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- recordingStorageInfo
- AcsRecordingStorageInfoProperties
The details of recording storage information.
- recordingStartTime
- Nullable<DateTimeOffset>
The time at which the recording started.
- contentType
- Nullable<AcsRecordingContentType>
The recording content type- AudioVideo, or Audio.
- channelType
- Nullable<AcsRecordingChannelType>
The recording channel type - Mixed, Unmixed.
- formatType
- Nullable<AcsRecordingFormatType>
The recording format type - Mp4, Mp3, Wav.
- sessionEndReason
- String
The reason for ending recording session.
Returns
A new AcsRecordingFileStatusUpdatedEventData instance for mocking.