Class AudioInfo


  • public class AudioInfo
    extends Object
    Audio type.
    • Field Detail

      • duration

        private Long duration
        The duration of the audio in milliseconds.
      • mimetype

        private String mimetype
        The mimetype of the audio e.g. audio/aac.
      • size

        private Long size
        The size of the audio clip in bytes.
    • Constructor Detail

      • AudioInfo

        public AudioInfo()
    • Method Detail

      • getDuration

        public Long getDuration()
      • setDuration

        public void setDuration​(Long duration)
      • getMimetype

        public String getMimetype()
      • setMimetype

        public void setMimetype​(String mimetype)
      • getSize

        public Long getSize()
      • setSize

        public void setSize​(Long size)