Package ipsk.audio

Class AudioController.CaptureStatus

  • Enclosing interface:
    AudioController

    public static class AudioController.CaptureStatus
    extends SynchronizedStatus
    Represents status of the capture engine.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Detail

      • CaptureStatus

        public CaptureStatus​(java.lang.String status)
        Create new status object.
        Parameters:
        status - current status
    • Method Detail

      • getException

        public java.lang.Exception getException()
        Get exception.
        Returns:
        exception
      • setException

        public void setException​(java.lang.Exception exception)
        Set exception.
        Parameters:
        exception -