/* Functions declared in stream.c */ bool GetMute(void); bool SetMute(bool); bool IsMPEGAudio(LPTSTR); bool DShowInit(void); void DShowRelease(void); void GetOpenFile(HWND, const bool); void ProcessFile(HWND, bool, LPCTSTR, PLAYLISTDATA*); void FileOpen(HWND, LPCTSTR, bool); void OpenMP3URL(HWND, LPCTSTR, bool); void CommandLineOpen(LPTSTR, HWND); void CloseStream(HWND, HANDLE*); void StopInternetDownload(void); void SaveAudioStream(HANDLE, LPTSTR);