Class Mpeg4Configuration

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

public final class Mpeg4Configuration extends Object
Class representing the MPEG4 Configuration.
  • Constructor Details

    • Mpeg4Configuration

      public Mpeg4Configuration()
  • Method Details

    • getGovLength

      public Float getGovLength()
      Get the govLength property: Group of Video frames length.
      Returns:
      the govLength value.
    • setGovLength

      public Mpeg4Configuration setGovLength(Float govLength)
      Set the govLength property: Group of Video frames length.
      Parameters:
      govLength - the govLength value to set.
      Returns:
      the Mpeg4Configuration object itself.
    • getProfile

      public Mpeg4Profile getProfile()
      Get the profile property: The MPEG4 Profile.
      Returns:
      the profile value.
    • setProfile

      public Mpeg4Configuration setProfile(Mpeg4Profile profile)
      Set the profile property: The MPEG4 Profile.
      Parameters:
      profile - the profile value to set.
      Returns:
      the Mpeg4Configuration object itself.