Class RecordingFormatType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecordingFormatType>
com.azure.messaging.eventgrid.systemevents.RecordingFormatType
public final class RecordingFormatType
extends com.azure.core.util.ExpandableStringEnum<RecordingFormatType>
The recording format type - Mp4, Mp3, Wav.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordingFormatTypeStatic value Mp3 for RecordingFormatType.static final RecordingFormatTypeStatic value Mp4 for RecordingFormatType.static final RecordingFormatTypeStatic value Wav for RecordingFormatType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordingFormatTypefromString(String name) Creates or finds a RecordingFormatType from its string representation.static Collection<RecordingFormatType>values()Gets known RecordingFormatType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WAV
Static value Wav for RecordingFormatType. -
MP3
Static value Mp3 for RecordingFormatType. -
MP4
Static value Mp4 for RecordingFormatType.
-
-
Constructor Details
-
RecordingFormatType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RecordingFormatType value.
-
-
Method Details
-
fromString
Creates or finds a RecordingFormatType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecordingFormatType.
-
values
Gets known RecordingFormatType values.- Returns:
- known RecordingFormatType values.
-
fromString(String)factory method.