Posted By:
tom_HAWORTH
Posted On:
Tuesday, July 13, 2004 09:38 AM
I need to capture the sound object coming from a Flash mp3 player before it gets to the sound card using JMF.
I know that you can get a list of devices from which sound can be captured by using
"javax.media.CaptureDeviceManager.getDeviceList(null)"
Is this what I need?