![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e728. Determining the Duration of a Sampled Audio File// To create a Clip object, see e723 Loading and Playing Sampled Audio double durationInSecs = clip.getBufferSize() / (clip.getFormat().getFrameSize() * clip.getFormat().getFrameRate());
e727. Determining the Encoding of a Sampled Audio File e729. Determining the Position of a Sampled Audio Player e730. Setting the Volume of a Sampled Audio Player
© 2002 Addison-Wesley. |