Class EagleProfile


  • public class EagleProfile
    extends java.lang.Object
    Representation of an Eagle speaker profile.
    • Constructor Summary

      Constructors 
      Constructor Description
      EagleProfile​(byte[] profileBytes)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()
      Releases resources acquired by EagleProfile.
      byte[] getBytes()
      Gets the speaker profile in the form of a byte array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EagleProfile

        public EagleProfile​(byte[] profileBytes)
        Constructor.
        Parameters:
        profileBytes - a byte array previously obtained via getBytes().
    • Method Detail

      • getBytes

        public byte[] getBytes()
        Gets the speaker profile in the form of a byte array.
        Returns:
        the speaker profile in the form of a byte array.
      • delete

        public void delete()
        Releases resources acquired by EagleProfile.