How to get the name of a stream/channel with CoreAudio
How to get the name of a stream/channel with CoreAudio
- Subject: How to get the name of a stream/channel with CoreAudio
- From: "Jeremy@Verizon" <email@hidden>
- Date: Sat, 06 Apr 2002 23:05:41 -0500
I would like to get the name of the stream so that my app can present data
like...
S/PDIF
Analog I/O
ADAT
I cannot find any doc on kAudioDevicePropertyStreams and
AudioStreamGetProperty other than what is in AudioHarware.h and the
following call returns a ('nope') error
OSStatus theStatus = AudioDeviceGetPropertyInfo( theID, 0,
kAudioDevicePropertyStreams, true, &theSize, &isWriteable);
Devices have multiple I/O's wherein each I/O needs to be referenced by
name. How do I do this?
Thanks,
Jeremy
_______________________________________________
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.