Re: Names of Streams?
Re: Names of Streams?
- Subject: Re: Names of Streams?
- From: Jeff Moore <email@hidden>
- Date: Tue, 18 Jun 2002 14:30:58 -0700
On Monday, June 17, 2002, at 11:17 PM, Daniel Staudigel wrote:
How do I find the name of an AudioStream. I've got the name of the
AudioDevice, but the streams associated with it i can't seem to find a
name for. Is the point that any AudioDevice won't have any meaningful
i/o names? or that it will only have one of either?
You can get the name of a stream using the slightly misnamed
kAudioDevicePropertyDeviceName and the AudioStreamGetProperty call.
Most kAudioDeviceProperty*** constants can be used with the streams.
The ones that can't are the ones that deal with the IO cycle like
kAudioDevicePropertyHogMode or kAudioDevicePropertyBufferFrameSize.
--
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.