mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-20 02:40:34 +00:00
src/sndfile.hh : Add an LPCWSTR version of the SndfileHandle constructor to the SndfileHandle class definition.
This commit is contained in:
parent
0dcf47afa0
commit
c481b6e553
@ -1,3 +1,9 @@
|
||||
2011-01-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/sndfile.hh
|
||||
Add an LPCWSTR version of the SndfileHandle constructor to the SndfileHandle
|
||||
class definition.Thanks to Eric Eizenman for pointing out this was missing.
|
||||
|
||||
2011-01-19 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* programs/sndfile-play.c
|
||||
|
@ -79,6 +79,12 @@ class SndfileHandle
|
||||
int format = 0, int channels = 0, int samplerate = 0) ;
|
||||
SndfileHandle (int fd, bool close_desc, int mode = SFM_READ,
|
||||
int format = 0, int channels = 0, int samplerate = 0) ;
|
||||
|
||||
#ifdef ENABLE_SNDFILE_WINDOWS_PROTOTYPES
|
||||
SndfileHandle (LPCWSTR wpath, int mode = SFM_READ,
|
||||
int format = 0, int channels = 0, int samplerate = 0) ;
|
||||
#endif
|
||||
|
||||
~SndfileHandle (void) ;
|
||||
|
||||
SndfileHandle (const SndfileHandle &orig) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user