Re: AudioStream names in Java
Re: AudioStream names in Java
- Subject: Re: AudioStream names in Java
- From: Jeff Moore <email@hidden>
- Date: Wed, 14 Aug 2002 13:42:05 -0700
I'm not sure what the calling sequence would be in Java, but in a C
flavored language, you just have to get the property,
kAudioDevicePropertyDeviceNameCFString, from the stream object. Note
that it is common for streams to not have names.
On Wednesday, August 14, 2002, at 01:09 PM, Gerd Castan wrote:
I hate to pose such simple questions, but I don't get it:
if
AudioStream[] streams = aDevice.getInputStreams()
returns more than one stream, how do I get the name of
the streams? A name the user can understand and choose?
Even AudioStream.toString() isn't overridden to return something
meaningful.
--
Jeff Moore
Core Audio
Apple
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.