Class RecordingContentType


  • public final class RecordingContentType
    extends com.azure.core.util.ExpandableStringEnum<RecordingContentType>
    Defines values for RecordingContentType.
    • Field Detail

      • AUDIO_VIDEO

        public static final RecordingContentType AUDIO_VIDEO
        Static value AudioVideo for RecordingContentType.
      • AUDIO

        public static final RecordingContentType AUDIO
        Static value Audio for RecordingContentType.
    • Constructor Detail

      • RecordingContentType

        public RecordingContentType()
    • Method Detail

      • fromString

        public static RecordingContentType fromString​(String name)
        Creates or finds a RecordingContentType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding RecordingContentType.