git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			149 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			149 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| %
 | |
| % automatically generated by HelpGen from
 | |
| % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/vidwin.h at 26/Feb/00 14:52:03
 | |
| %
 | |
| 
 | |
| 
 | |
| \section{\class{wxVideoWindows}}\label{wxvideowindows}
 | |
| 
 | |
| 
 | |
| 
 | |
| Class definition
 | |
| 
 | |
| \wxheading{Derived from}
 | |
| 
 | |
| \helpref{wxVideoBaseDriver}{wxvideobasedriver}
 | |
| 
 | |
| \wxheading{Data structures}
 | |
| 
 | |
| {\small \begin{verbatim}
 | |
| typedef struct VIDW\_Internal {
 | |
|     MCIDEVICEID m\_dev\_id
 | |
| };
 | |
| \end{verbatim}}
 | |
| 
 | |
| \latexignore{\rtfignore{\wxheading{Members}}}
 | |
| 
 | |
| \membersection{wxVideoWindows::OpenFile}\label{wxvideowindowsopenfile}
 | |
| 
 | |
| \func{void}{OpenFile}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
 | |
| 
 | |
| \func{}{wxVideoWindows}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
 | |
| 
 | |
| \func{}{wxVideoWindows}{\param{wxInputStream\& }{str}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
 | |
| 
 | |
| \func{}{wxVideoWindows}{\param{const wxString\& }{fname}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::\destruct{wxVideoWindows}}\label{wxvideowindowsdtor}
 | |
| 
 | |
| \func{}{\destruct{wxVideoWindows}}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::Play}\label{wxvideowindowsplay}
 | |
| 
 | |
| \func{bool}{Play}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::Stop}\label{wxvideowindowsstop}
 | |
| 
 | |
| \func{bool}{Stop}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::Pause}\label{wxvideowindowspause}
 | |
| 
 | |
| \func{bool}{Pause}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::Resume}\label{wxvideowindowsresume}
 | |
| 
 | |
| \func{bool}{Resume}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetSize}\label{wxvideowindowsgetsize}
 | |
| 
 | |
| \constfunc{bool}{GetSize}{\param{wxSize\& }{size}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::SetSize}\label{wxvideowindowssetsize}
 | |
| 
 | |
| \func{bool}{SetSize}{\param{wxSize }{size}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetMovieCodec}\label{wxvideowindowsgetmoviecodec}
 | |
| 
 | |
| \constfunc{wxString}{GetMovieCodec}{\void}
 | |
| 
 | |
| Return codec name for each stream.
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetAudioCodec}\label{wxvideowindowsgetaudiocodec}
 | |
| 
 | |
| \constfunc{wxString}{GetAudioCodec}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetSampleRate}\label{wxvideowindowsgetsamplerate}
 | |
| 
 | |
| \constfunc{wxUint32}{GetSampleRate}{\void}
 | |
| 
 | |
| Return misc. info about audio
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetChannels}\label{wxvideowindowsgetchannels}
 | |
| 
 | |
| \constfunc{wxUint8}{GetChannels}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetBPS}\label{wxvideowindowsgetbps}
 | |
| 
 | |
| \constfunc{wxUint8}{GetBPS}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetFrameRate}\label{wxvideowindowsgetframerate}
 | |
| 
 | |
| \constfunc{double}{GetFrameRate}{\void}
 | |
| 
 | |
| Return the frame rate of the video (in frames/second)
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::GetNbFrames}\label{wxvideowindowsgetnbframes}
 | |
| 
 | |
| \constfunc{wxUint32}{GetNbFrames}{\void}
 | |
| 
 | |
| Return the total number of frames in the movie
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::IsCapable}\label{wxvideowindowsiscapable}
 | |
| 
 | |
| \func{bool}{IsCapable}{\param{wxVideoType }{v\_type}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::AttachOutput}\label{wxvideowindowsattachoutput}
 | |
| 
 | |
| \func{bool}{AttachOutput}{\param{wxWindow\& }{output}}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::DetachOutput}\label{wxvideowindowsdetachoutput}
 | |
| 
 | |
| \func{void}{DetachOutput}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::IsPaused}\label{wxvideowindowsispaused}
 | |
| 
 | |
| \constfunc{bool}{IsPaused}{\void}
 | |
| 
 | |
| 
 | |
| \membersection{wxVideoWindows::IsStopped}\label{wxvideowindowsisstopped}
 | |
| 
 | |
| \constfunc{bool}{IsStopped}{\void}
 | |
| 
 |