Class RecordingChannelType


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

      • MIXED

        public static final RecordingChannelType MIXED
        Static value Mixed for RecordingChannelType.
      • UNMIXED

        public static final RecordingChannelType UNMIXED
        Static value Unmixed for RecordingChannelType.
    • Constructor Detail

      • RecordingChannelType

        public RecordingChannelType()
    • Method Detail

      • fromString

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