Java Sound. Eine Einführung  toc  prev  next


1.1.2.1 Die Interface line

Alle interfaces stammen von line ab. Die Line interface Hierachie:

Line interface Hierachie

Das Interface Line besitzt folgende Eigenschaften:

  • Controls: gain, pan, reverb and sample rate.
  • Open or closed status
  • Events: Z.B. opens oder closes.

Das Interface DataLine besitzt folgende Eigenschaften, Methoden und Events:

  • Audioformat
  • Media position
  • Buffer size
  • Level
  • Start and stop playback or capture
  • Pause and resume playback or capture
  • Flush
  • Drain (block until all unprocessed data has been drained from the queue, and the data line's buffer has become empty)
  • Active status
  • Events START und STOP

Java Sound. Eine Einführung  toc  prev  next                         [ back to  a p a g e 4 u ]