Class MediaProfile

java.lang.Object
com.azure.media.videoanalyzer.edge.models.MediaProfile

public final class MediaProfile extends Object
Class representing the ONVIF MediaProfiles.
  • Constructor Details

    • MediaProfile

      public MediaProfile()
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the Media Profile.
      Returns:
      the name value.
    • setName

      public MediaProfile setName(String name)
      Set the name property: The name of the Media Profile.
      Parameters:
      name - the name value to set.
      Returns:
      the MediaProfile object itself.
    • getMediaUri

      public Object getMediaUri()
      Get the mediaUri property: Object representing the URI that will be used to request for media streaming.
      Returns:
      the mediaUri value.
    • setMediaUri

      public MediaProfile setMediaUri(Object mediaUri)
      Set the mediaUri property: Object representing the URI that will be used to request for media streaming.
      Parameters:
      mediaUri - the mediaUri value to set.
      Returns:
      the MediaProfile object itself.
    • getVideoEncoderConfiguration

      public VideoEncoderConfiguration getVideoEncoderConfiguration()
      Get the videoEncoderConfiguration property: The Video encoder configuration.
      Returns:
      the videoEncoderConfiguration value.
    • setVideoEncoderConfiguration

      public MediaProfile setVideoEncoderConfiguration(VideoEncoderConfiguration videoEncoderConfiguration)
      Set the videoEncoderConfiguration property: The Video encoder configuration.
      Parameters:
      videoEncoderConfiguration - the videoEncoderConfiguration value to set.
      Returns:
      the MediaProfile object itself.