Class RecordingFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecordingFormat>
com.azure.communication.callautomation.models.RecordingFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RecordingFormat
extends com.azure.core.util.ExpandableStringEnum<RecordingFormat>
Defines values for RecordingFormat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordingFormatStatic value mp3 for RecordingFormat.static final RecordingFormatStatic value mp4 for RecordingFormat.static final RecordingFormatStatic value wav for RecordingFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordingFormatfromString(String name) Creates or finds a RecordingFormat from its string representation.static Collection<RecordingFormat> values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
WAV
Static value wav for RecordingFormat. -
MP3
Static value mp3 for RecordingFormat. -
MP4
Static value mp4 for RecordingFormat.
-
-
Constructor Details
-
RecordingFormat
public RecordingFormat()
-
-
Method Details
-
fromString
Creates or finds a RecordingFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecordingFormat.
-
values
- Returns:
- known RecordingFormat values.
-