Uses of Class
com.azure.messaging.eventgrid.systemevents.RecordingFormatType
Packages that use RecordingFormatType
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of RecordingFormatType in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as RecordingFormatTypeModifier and TypeFieldDescriptionstatic final RecordingFormatTypeRecordingFormatType.MP3Static value Mp3 for RecordingFormatType.static final RecordingFormatTypeRecordingFormatType.MP4Static value Mp4 for RecordingFormatType.static final RecordingFormatTypeRecordingFormatType.WAVStatic value Wav for RecordingFormatType.Methods in com.azure.messaging.eventgrid.systemevents that return RecordingFormatTypeModifier and TypeMethodDescriptionstatic RecordingFormatTypeRecordingFormatType.fromString(String name) Creates or finds a RecordingFormatType from its string representation.AcsRecordingFileStatusUpdatedEventData.getRecordingFormatType()Get the recordingFormatType property: The recording format type - Mp4, Mp3, Wav.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type RecordingFormatTypeModifier and TypeMethodDescriptionstatic Collection<RecordingFormatType>RecordingFormatType.values()Gets known RecordingFormatType values.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type RecordingFormatTypeModifier and TypeMethodDescriptionAcsRecordingFileStatusUpdatedEventData.setRecordingFormatType(RecordingFormatType recordingFormatType) Set the recordingFormatType property: The recording format type - Mp4, Mp3, Wav.