MediaStreamingContentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. callautomation. models. MediaStreamingContentType
- com.
- com.
public final class MediaStreamingContentType
extends ExpandableStringEnum<MediaStreamingContentType>
Defines values for MediaStreamingContentType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Media |
AUDIO
Static value audio for Media |
Constructor Summary
| Constructor | Description |
|---|---|
| MediaStreamingContentType() |
Deprecated
Please use fromString(String name) to create an instance of Media
Creates an instance of MediaStreamingContentType with no string value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Media |
fromString(String name)
Creates or finds a Media |
|
static
Collection<Media |
values()
Get the collection of Media |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUDIO
public static final MediaStreamingContentType AUDIO
Static value audio for MediaStreamingContentType.
Constructor Details
MediaStreamingContentType
@Deprecated
public MediaStreamingContentType()
Deprecated
Creates an instance of MediaStreamingContentType with no string value.
Method Details
fromString
public static MediaStreamingContentType fromString(String name)
Creates or finds a MediaStreamingContentType from its string representation.
Parameters:
Returns:
values
public static Collection<MediaStreamingContentType> values()
Get the collection of MediaStreamingContentType values.
Returns: