sipxmedialib  Version 3.3
MpAudioFileOpen.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #ifndef MP_AUDIO_FILE_OPEN_H
12 #define MP_AUDIO_FILE_OPEN_H
13 
14 #include "mp/MpAudioAbstract.h"
15 #include <os/istream>
16 
17 MpAudioAbstract *MpOpenFormat(istream &file);
18 
19 #endif
Definition: MpAudioAbstract.h:30
MpAudioAbstract * MpOpenFormat(istream &file)
Definition: MpAudioFileOpen.cpp:18