Class Mpeg4Configuration


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

      • Mpeg4Configuration

        public Mpeg4Configuration()
    • Method Detail

      • 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.