Class H264Configuration

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

public final class H264Configuration extends Object
Class representing the H264 Configuration.
  • Constructor Details

    • H264Configuration

      public H264Configuration()
  • Method Details

    • getGovLength

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

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

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

      public H264Configuration setProfile(H264Profile profile)
      Set the profile property: The H264 Profile.
      Parameters:
      profile - the profile value to set.
      Returns:
      the H264Configuration object itself.