]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/mmedia/vidwin.tex
Latex doc compilation fixes
[wxWidgets.git] / contrib / docs / latex / mmedia / vidwin.tex
1 %
2 % automatically generated by HelpGen from
3 % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/vidwin.h at 26/Feb/00 14:52:03
4 %
5
6
7 \section{\class{wxVideoWindows}}\label{wxvideowindows}
8
9
10
11 Class definition
12
13 \wxheading{Derived from}
14
15 \helpref{wxVideoBaseDriver}{wxvideobasedriver}
16
17 \wxheading{Data structures}
18
19 {\small \begin{verbatim}
20 typedef struct VIDW\_Internal {
21 MCIDEVICEID m\_dev\_id
22 \end{verbatim}}
23 \latexignore{\rtfignore{\wxheading{Members}}}
24
25
26 \membersection{wxVideoWindows::OpenFile}\label{wxvideowindowsopenfile}
27
28 \func{void}{OpenFile}{\void}
29
30
31 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
32
33 \func{}{wxVideoWindows}{\void}
34
35
36 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
37
38 \func{}{wxVideoWindows}{\param{wxInputStream\& }{str}}
39
40
41 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
42
43 \func{}{wxVideoWindows}{\param{const wxString\& }{fname}}
44
45
46 \membersection{wxVideoWindows::\destruct{wxVideoWindows}}\label{wxvideowindowsdtor}
47
48 \func{}{\destruct{wxVideoWindows}}{\void}
49
50
51 \membersection{wxVideoWindows::Play}\label{wxvideowindowsplay}
52
53 \func{bool}{Play}{\void}
54
55
56 \membersection{wxVideoWindows::Stop}\label{wxvideowindowsstop}
57
58 \func{bool}{Stop}{\void}
59
60
61 \membersection{wxVideoWindows::Pause}\label{wxvideowindowspause}
62
63 \func{bool}{Pause}{\void}
64
65
66 \membersection{wxVideoWindows::Resume}\label{wxvideowindowsresume}
67
68 \func{bool}{Resume}{\void}
69
70
71 \membersection{wxVideoWindows::GetSize}\label{wxvideowindowsgetsize}
72
73 \constfunc{bool}{GetSize}{\param{wxSize\& }{size}}
74
75
76 \membersection{wxVideoWindows::SetSize}\label{wxvideowindowssetsize}
77
78 \func{bool}{SetSize}{\param{wxSize }{size}}
79
80
81 \membersection{wxVideoWindows::GetMovieCodec}\label{wxvideowindowsgetmoviecodec}
82
83 \constfunc{wxString}{GetMovieCodec}{\void}
84
85 Return codec name for each stream.
86
87
88 \membersection{wxVideoWindows::GetAudioCodec}\label{wxvideowindowsgetaudiocodec}
89
90 \constfunc{wxString}{GetAudioCodec}{\void}
91
92
93 \membersection{wxVideoWindows::GetSampleRate}\label{wxvideowindowsgetsamplerate}
94
95 \constfunc{wxUint32}{GetSampleRate}{\void}
96
97 Return misc. info about audio
98
99
100 \membersection{wxVideoWindows::GetChannels}\label{wxvideowindowsgetchannels}
101
102 \constfunc{wxUint8}{GetChannels}{\void}
103
104
105 \membersection{wxVideoWindows::GetBPS}\label{wxvideowindowsgetbps}
106
107 \constfunc{wxUint8}{GetBPS}{\void}
108
109
110 \membersection{wxVideoWindows::GetFrameRate}\label{wxvideowindowsgetframerate}
111
112 \constfunc{double}{GetFrameRate}{\void}
113
114 Return the frame rate of the video (in frames/second)
115
116
117 \membersection{wxVideoWindows::GetNbFrames}\label{wxvideowindowsgetnbframes}
118
119 \constfunc{wxUint32}{GetNbFrames}{\void}
120
121 Return the total number of frames in the movie
122
123
124 \membersection{wxVideoWindows::IsCapable}\label{wxvideowindowsiscapable}
125
126 \func{bool}{IsCapable}{\param{wxVideoType }{v\_type}}
127
128
129 \membersection{wxVideoWindows::AttachOutput}\label{wxvideowindowsattachoutput}
130
131 \func{bool}{AttachOutput}{\param{wxWindow\& }{output}}
132
133
134 \membersection{wxVideoWindows::DetachOutput}\label{wxvideowindowsdetachoutput}
135
136 \func{void}{DetachOutput}{\void}
137
138
139 \membersection{wxVideoWindows::IsPaused}\label{wxvideowindowsispaused}
140
141 \constfunc{bool}{IsPaused}{\void}
142
143
144 \membersection{wxVideoWindows::IsStopped}\label{wxvideowindowsisstopped}
145
146 \constfunc{bool}{IsStopped}{\void}
147