Class RtspTransport

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RtspTransport>
com.azure.media.videoanalyzer.edge.models.RtspTransport

public final class RtspTransport extends ExpandableStringEnum<RtspTransport>
Defines values for RtspTransport.
  • Field Details

    • HTTP

      public static final RtspTransport HTTP
      Static value http for RtspTransport.
    • TCP

      public static final RtspTransport TCP
      Static value tcp for RtspTransport.
  • Constructor Details

    • RtspTransport

      public RtspTransport()
  • Method Details

    • fromString

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

      public static Collection<RtspTransport> values()
      Returns:
      known RtspTransport values.