wxMMedia compilation fixes OGL and STC makefile build fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| %
 | |
| % automatically generated by HelpGen from
 | |
| % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndfile.h at 26/Feb/00 14:26:42
 | |
| %
 | |
| 
 | |
| 
 | |
| \section{\class{wxSoundRouterStream}}\label{wxsoundrouterstream}
 | |
| 
 | |
| This is the router "codec" class. It should do codec routing when the device
 | |
| driver does not deal with a format.
 | |
| 
 | |
| \wxheading{Derived from}
 | |
| 
 | |
| \helpref{wxSoundStreamCodec}{wxsoundstreamcodec}
 | |
| 
 | |
| \wxheading{Data structures}
 | |
| 
 | |
| \latexignore{\rtfignore{\wxheading{Members}}}
 | |
| 
 | |
| \membersection{wxSoundRouterStream::wxSoundRouterStream}\label{wxsoundrouterstreamwxsoundrouterstream}
 | |
| \func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
 | |
| 
 | |
| \helpref{wxSoundCodec}{wxsoundcodec}
 | |
| 
 | |
| 
 | |
| \membersection{wxSoundRouterStream::\destruct{wxSoundRouterStream}}\label{wxsoundrouterstreamdtor}
 | |
| \func{}{\destruct{wxSoundRouterStream}}{\void}
 | |
| 
 | |
| Destructor.
 | |
| 
 | |
| \membersection{wxSoundRouterStream::SetSoundFormat}\label{wxsoundrouterstreamsetsoundformat}
 | |
| \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
 | |
| 
 | |
| SetSoundFormat will first try to setup the device driver with the specified
 | |
| format. If this fails, it will try to find a codec which will convert the
 | |
| input format to a valid format for the device driver. It uses an internal
 | |
| codec database.
 |