public final class RecordingContent extends com.azure.core.util.ExpandableStringEnum<RecordingContent>
| Modifier and Type | Field and Description |
|---|---|
static RecordingContent |
AUDIO
Static value audio for RecordingContent.
|
static RecordingContent |
AUDIO_VIDEO
Static value audioVideo for RecordingContent.
|
| Constructor and Description |
|---|
RecordingContent() |
| Modifier and Type | Method and Description |
|---|---|
static RecordingContent |
fromString(String name)
Creates or finds a RecordingContent from its string representation.
|
static Collection<RecordingContent> |
values() |
public static final RecordingContent AUDIO
public static final RecordingContent AUDIO_VIDEO
public static RecordingContent fromString(String name)
name - a name to look for.public static Collection<RecordingContent> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.