]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/mmedia/vidwin.tex
Applied patch [ 1284335 ] doc update for wxString::operator[]
[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 };
23 \end{verbatim}}
24
25 \latexignore{\rtfignore{\wxheading{Members}}}
26
27 \membersection{wxVideoWindows::OpenFile}\label{wxvideowindowsopenfile}
28
29 \func{void}{OpenFile}{\void}
30
31
32 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
33
34 \func{}{wxVideoWindows}{\void}
35
36
37 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
38
39 \func{}{wxVideoWindows}{\param{wxInputStream\& }{str}}
40
41
42 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
43
44 \func{}{wxVideoWindows}{\param{const wxString\& }{fname}}
45
46
47 \membersection{wxVideoWindows::\destruct{wxVideoWindows}}\label{wxvideowindowsdtor}
48
49 \func{}{\destruct{wxVideoWindows}}{\void}
50
51
52 \membersection{wxVideoWindows::Play}\label{wxvideowindowsplay}
53
54 \func{bool}{Play}{\void}
55
56
57 \membersection{wxVideoWindows::Stop}\label{wxvideowindowsstop}
58
59 \func{bool}{Stop}{\void}
60
61
62 \membersection{wxVideoWindows::Pause}\label{wxvideowindowspause}
63
64 \func{bool}{Pause}{\void}
65
66
67 \membersection{wxVideoWindows::Resume}\label{wxvideowindowsresume}
68
69 \func{bool}{Resume}{\void}
70
71
72 \membersection{wxVideoWindows::GetSize}\label{wxvideowindowsgetsize}
73
74 \constfunc{bool}{GetSize}{\param{wxSize\& }{size}}
75
76
77 \membersection{wxVideoWindows::SetSize}\label{wxvideowindowssetsize}
78
79 \func{bool}{SetSize}{\param{wxSize }{size}}
80
81
82 \membersection{wxVideoWindows::GetMovieCodec}\label{wxvideowindowsgetmoviecodec}
83
84 \constfunc{wxString}{GetMovieCodec}{\void}
85
86 Return codec name for each stream.
87
88
89 \membersection{wxVideoWindows::GetAudioCodec}\label{wxvideowindowsgetaudiocodec}
90
91 \constfunc{wxString}{GetAudioCodec}{\void}
92
93
94 \membersection{wxVideoWindows::GetSampleRate}\label{wxvideowindowsgetsamplerate}
95
96 \constfunc{wxUint32}{GetSampleRate}{\void}
97
98 Return misc. info about audio
99
100
101 \membersection{wxVideoWindows::GetChannels}\label{wxvideowindowsgetchannels}
102
103 \constfunc{wxUint8}{GetChannels}{\void}
104
105
106 \membersection{wxVideoWindows::GetBPS}\label{wxvideowindowsgetbps}
107
108 \constfunc{wxUint8}{GetBPS}{\void}
109
110
111 \membersection{wxVideoWindows::GetFrameRate}\label{wxvideowindowsgetframerate}
112
113 \constfunc{double}{GetFrameRate}{\void}
114
115 Return the frame rate of the video (in frames/second)
116
117
118 \membersection{wxVideoWindows::GetNbFrames}\label{wxvideowindowsgetnbframes}
119
120 \constfunc{wxUint32}{GetNbFrames}{\void}
121
122 Return the total number of frames in the movie
123
124
125 \membersection{wxVideoWindows::IsCapable}\label{wxvideowindowsiscapable}
126
127 \func{bool}{IsCapable}{\param{wxVideoType }{v\_type}}
128
129
130 \membersection{wxVideoWindows::AttachOutput}\label{wxvideowindowsattachoutput}
131
132 \func{bool}{AttachOutput}{\param{wxWindow\& }{output}}
133
134
135 \membersection{wxVideoWindows::DetachOutput}\label{wxvideowindowsdetachoutput}
136
137 \func{void}{DetachOutput}{\void}
138
139
140 \membersection{wxVideoWindows::IsPaused}\label{wxvideowindowsispaused}
141
142 \constfunc{bool}{IsPaused}{\void}
143
144
145 \membersection{wxVideoWindows::IsStopped}\label{wxvideowindowsisstopped}
146
147 \constfunc{bool}{IsStopped}{\void}
148