Is there an API I can use for audio files that works similar to AVISTREAMINFO for video, and returns information about the file?(frequency, channels, timelength, bitrate, etc)
Bidoche
28th June 2004, 08:53
Just check msdn.
For an audio stream, the ReadFromat method expects an audio struct to fill.
All the info are there.