Description: Description
===========
This MFC application is an audio-only media player similar to Jukebox.
You can select a media directory and play all audio media files,
including Windows Media Files. Options include seeking, muting audio,
randomizing file selection, adjusting volume, and looping the current
media file.
Using Windows Media 9 Series (Corona)
=====================================
If you have installed the Windows Media Format 9 SDK (code named Corona ),
then you can benefit from enhancements in the WMF9 SDK. Starting with
Windows Media 9 Series, the WMStub.lib and key provider implementation are no longer
necessary. Therefore, certain portions of this sample are conditionally compiled
with "#ifndef TARGET_WMF9", and new build targets are provided to remove the linking
of the WMStub library when targeting Corona systems.
To Search:
File list (Check if you may need any files):
AudioBox\audiobox.cpp
........\Audiobox.dsp
........\audiobox.dsw
........\audiobox.h
........\audiobox.jpg
........\Audiobox.rc
........\audiobox.sln
........\Audiobox.vcproj
........\audioboxdlg.cpp
........\audioboxdlg.h
........\keyprovider.cpp
........\keyprovider.h
........\mediatypes.h
........\readme.txt
........\Res\audiobox.ico
........\...\audiobox.rc2
........\resource.h
........\resource.hm
........\StdAfx.cpp
........\StdAfx.h
........\Res
AudioBox