Uses of Class
com.azure.messaging.eventgrid.systemevents.RecordingContentType
Packages that use RecordingContentType
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of RecordingContentType in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as RecordingContentTypeModifier and TypeFieldDescriptionstatic final RecordingContentTypeRecordingContentType.AUDIOStatic value Audio for RecordingContentType.static final RecordingContentTypeRecordingContentType.AUDIO_VIDEOStatic value AudioVideo for RecordingContentType.Methods in com.azure.messaging.eventgrid.systemevents that return RecordingContentTypeModifier and TypeMethodDescriptionstatic RecordingContentTypeRecordingContentType.fromString(String name) Creates or finds a RecordingContentType from its string representation.AcsRecordingFileStatusUpdatedEventData.getRecordingContentType()Get the recordingContentType property: The recording content type- AudioVideo, or Audio.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type RecordingContentTypeModifier and TypeMethodDescriptionstatic Collection<RecordingContentType>RecordingContentType.values()Gets known RecordingContentType values.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type RecordingContentTypeModifier and TypeMethodDescriptionAcsRecordingFileStatusUpdatedEventData.setRecordingContentType(RecordingContentType recordingContentType) Set the recordingContentType property: The recording content type- AudioVideo, or Audio.