File: functions_func.html

package info (click to toggle)
camstream 0.27%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,320 kB
  • ctags: 5,393
  • sloc: cpp: 17,031; sh: 8,154; asm: 455; ansic: 440; makefile: 343
file content (672 lines) | stat: -rw-r--r-- 76,554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<div class="qindex"><a class="qindex" href="functions.html">All</a> | <a class="qindexHL" href="functions_func.html">Functions</a> | <a class="qindex" href="functions_vars.html">Variables</a> | <a class="qindex" href="functions_enum.html">Enumerations</a> | <a class="qindex" href="functions_eval.html">Enumeration&nbsp;values</a></div>
<div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_e">e</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_g">g</a> | <a class="qindex" href="#index_h">h</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_o">o</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_q">q</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_t">t</a> | <a class="qindex" href="#index_u">u</a> | <a class="qindex" href="#index_v">v</a> | <a class="qindex" href="#index_w">w</a> | <a class="qindex" href="#index_y">y</a> | <a class="qindex" href="#index_~">~</a></div>

<p>

<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>AddValue()
: <a class="el" href="class_c_adaptive_huffman.html#a3">CAdaptiveHuffman</a><li>Append()
: <a class="el" href="class_c_memory_audio_sample.html#a7">CMemoryAudioSample</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>BitdepthChanged()
: <a class="el" href="class_c_audio_settings_dlg.html#b3">CAudioSettingsDlg</a>, <a class="el" href="class_c_audio_settings.html#j1">CAudioSettings</a><li>BufferFlushed()
: <a class="el" href="class_c_ring_buffer_reader.html#l1">CRingBufferReader</a>, <a class="el" href="class_c_ring_buffer.html#l4">CRingBuffer</a><li>BytesPerSample()
: <a class="el" href="struct_sound_attributes.html#a4">SoundAttributes</a>, <a class="el" href="struct_c_audio_sample_1_1_sample_data.html#o1">CAudioSample::SampleData</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CAdaptiveHuffman()
: <a class="el" href="class_c_adaptive_huffman.html#a0">CAdaptiveHuffman</a><li>CalcDiffValue()
: <a class="el" href="struct_c_cam_tile.html#a2">CCamTile</a><li>CalculateForward()
: <a class="el" href="struct_c_cam_tile.html#a0">CCamTile</a><li>CalculateInverse()
: <a class="el" href="struct_c_cam_tile.html#a1">CCamTile</a><li>CallAdjustSize()
: <a class="el" href="class_c_web_cam_viewer.html#j5">CWebCamViewer</a>, <a class="el" href="class_c_web_cam_codec_subband.html#j2">CWebCamCodecSubband</a>, <a class="el" href="class_c_web_cam_viewer.html#j2">CWebCamViewer</a><li>CallbackControl()
: <a class="el" href="class_c_video_device_win32.html#a4">CVideoDeviceWin32</a><li>CallbackError()
: <a class="el" href="class_c_video_device_win32.html#a5">CVideoDeviceWin32</a><li>CallbackStatus()
: <a class="el" href="class_c_video_device_win32.html#a6">CVideoDeviceWin32</a><li>CallbackVideoStream()
: <a class="el" href="class_c_video_device_win32.html#a7">CVideoDeviceWin32</a><li>CallbackYield()
: <a class="el" href="class_c_video_device_win32.html#a8">CVideoDeviceWin32</a><li>caminfoWindow()
: <a class="el" href="classcaminfo_window.html#a0">caminfoWindow</a><li>CanSeek()
: <a class="el" href="class_c_audio_sample.html#a7">CAudioSample</a><li>CAuControls()
: <a class="el" href="class_c_au_controls.html#a0">CAuControls</a><li>CAudioControlLinux()
: <a class="el" href="class_c_audio_control_linux.html#a0">CAudioControlLinux</a><li>CAudioControlScrollWidget()
: <a class="el" href="class_c_audio_control_scroll_widget.html#a0">CAudioControlScrollWidget</a><li>CAudioDevice()
: <a class="el" href="class_c_audio_device.html#a0">CAudioDevice</a><li>CAudioDeviceLinux()
: <a class="el" href="class_c_audio_device_linux.html#a0">CAudioDeviceLinux</a><li>CAudioDisplay()
: <a class="el" href="class_c_audio_display.html#a0">CAudioDisplay</a><li>CAudioDisplayVolume()
: <a class="el" href="class_c_audio_display_volume.html#a1">CAudioDisplayVolume</a><li>CAudioMixerElement()
: <a class="el" href="class_c_audio_mixer_element.html#a0">CAudioMixerElement</a><li>CAudioOpenDlg()
: <a class="el" href="class_c_audio_open_dlg.html#a0">CAudioOpenDlg</a><li>CAudioRingBufferReader()
: <a class="el" href="class_c_audio_ring_buffer_reader.html#a0">CAudioRingBufferReader</a><li>CAudioSample()
: <a class="el" href="class_c_audio_sample.html#a1">CAudioSample</a><li>CAudioSettings()
: <a class="el" href="class_c_audio_settings.html#a0">CAudioSettings</a><li>CAudioSettingsDlg()
: <a class="el" href="class_c_audio_settings_dlg.html#a0">CAudioSettingsDlg</a><li>CBasicPanel()
: <a class="el" href="class_c_basic_panel.html#a0">CBasicPanel</a><li>CCamPanel()
: <a class="el" href="class_c_cam_panel.html#b0">CCamPanel</a><li>CCamStreamApp()
: <a class="el" href="class_c_cam_stream_app.html#a0">CCamStreamApp</a><li>CCamStreamMainWindow()
: <a class="el" href="class_c_cam_stream_main_window.html#a0">CCamStreamMainWindow</a><li>CCamWindow()
: <a class="el" href="class_c_cam_window.html#b0">CCamWindow</a><li>CChannelEditor()
: <a class="el" href="class_c_channel_editor.html#a0">CChannelEditor</a><li>CChannelEditorDlg()
: <a class="el" href="class_c_channel_editor_dlg.html#a0">CChannelEditorDlg</a><li>CChannelSelector()
: <a class="el" href="class_c_channel_selector.html#a0">CChannelSelector</a><li>CCodecFrame()
: <a class="el" href="class_c_codec_frame.html#a0">CCodecFrame</a><li>CCodecImage()
: <a class="el" href="class_c_codec_image.html#a2">CCodecImage</a><li>CCodecImageSubband()
: <a class="el" href="class_c_codec_image_subband.html#a0">CCodecImageSubband</a><li>CCodecImageViewer()
: <a class="el" href="class_c_codec_image_viewer.html#a0">CCodecImageViewer</a><li>CDCTPanel()
: <a class="el" href="class_c_d_c_t_panel.html#a0">CDCTPanel</a><li>CDeltaPanel()
: <a class="el" href="class_c_delta_panel.html#a0">CDeltaPanel</a><li>CDiffPanel()
: <a class="el" href="class_c_diff_panel.html#a0">CDiffPanel</a><li>CFTPClient()
: <a class="el" href="class_c_f_t_p_client.html#a0">CFTPClient</a><li>CFTPListen()
: <a class="el" href="class_c_f_t_p_listen.html#a2">CFTPListen</a><li>CFTPPut()
: <a class="el" href="class_c_f_t_p_put.html#a0">CFTPPut</a><li>CFTPSettings()
: <a class="el" href="class_c_f_t_p_settings.html#a0">CFTPSettings</a><li>Changed()
: <a class="el" href="class_c_video_settings_dlg.html#l1">CVideoSettingsDlg</a><li>ChangedCompression()
: <a class="el" href="class_c_video_settings_dlg.html#j19">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j1">CVideoSettings</a><li>ChangedImageSize()
: <a class="el" href="class_c_cam_panel.html#l0">CCamPanel</a><li>ChangeDir()
: <a class="el" href="class_c_f_t_p_client.html#a11">CFTPClient</a><li>ChangedNoise()
: <a class="el" href="class_c_video_settings_dlg.html#j18">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j2">CVideoSettings</a><li>ChangedSelection()
: <a class="el" href="class_c_audio_settings_dlg.html#b0">CAudioSettingsDlg</a>, <a class="el" href="class_c_audio_settings.html#j2">CAudioSettings</a><li>ChangedToHidden()
: <a class="el" href="class_c_cam_panel.html#l4">CCamPanel</a><li>ChangedToUnused()
: <a class="el" href="class_c_cam_panel.html#l7">CCamPanel</a><li>ChangedToUsed()
: <a class="el" href="class_c_cam_panel.html#l6">CCamPanel</a><li>ChangedToVisible()
: <a class="el" href="class_c_cam_panel.html#l3">CCamPanel</a><li>ChangedTunerNorm()
: <a class="el" href="class_c_video_device.html#l12">CVideoDevice</a><li>ChangedUsage()
: <a class="el" href="class_c_cam_panel.html#l5">CCamPanel</a><li>ChangedVideoInput()
: <a class="el" href="class_c_video_device.html#l11">CVideoDevice</a><li>ChangedVisibility()
: <a class="el" href="class_c_cam_panel.html#l2">CCamPanel</a><li>ChangedVisibleSize()
: <a class="el" href="class_c_cam_panel.html#l1">CCamPanel</a><li>ChangedWB()
: <a class="el" href="class_c_video_settings_dlg.html#j20">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j3">CVideoSettings</a><li>ChannelName()
: <a class="el" href="class_t_v_channel.html#e2">TVChannel</a><li>ChannelsChanged()
: <a class="el" href="class_c_audio_settings_dlg.html#b4">CAudioSettingsDlg</a>, <a class="el" href="class_c_audio_settings.html#j5">CAudioSettings</a><li>CImagePanelRGB()
: <a class="el" href="class_c_image_panel_r_g_b.html#a0">CImagePanelRGB</a><li>CImagePanelYUV()
: <a class="el" href="class_c_image_panel_y_u_v.html#a0">CImagePanelYUV</a><li>CImageWidget()
: <a class="el" href="class_c_image_widget.html#a0">CImageWidget</a><li>CIntgPanel()
: <a class="el" href="class_c_intg_panel.html#a0">CIntgPanel</a><li>ClearInTile()
: <a class="el" href="struct_c_cam_tile.html#a4">CCamTile</a><li>ClearOutTile()
: <a class="el" href="struct_c_cam_tile.html#a5">CCamTile</a><li>ClearText()
: <a class="el" href="class_c_trace_manager.html#i2">CTraceManager</a><li>CLedBar()
: <a class="el" href="class_c_led_bar.html#a0">CLedBar</a><li>ClickedChannelSetup()
: <a class="el" href="class_c_video_settings_dlg.html#j9">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j4">CVideoSettings</a><li>ClickedColor()
: <a class="el" href="class_c_snapshot_settings_dlg.html#b1">CSnapshotSettingsDlg</a>, <a class="el" href="class_c_snapshot_settings.html#j1">CSnapshotSettings</a><li>ClickedFont()
: <a class="el" href="class_c_snapshot_settings_dlg.html#b2">CSnapshotSettingsDlg</a>, <a class="el" href="class_c_snapshot_settings.html#j2">CSnapshotSettings</a><li>ClickedFTP()
: <a class="el" href="class_c_snapshot_settings_dlg.html#b3">CSnapshotSettingsDlg</a>, <a class="el" href="class_c_snapshot_settings.html#j4">CSnapshotSettings</a><li>ClickedInputSelector()
: <a class="el" href="class_c_video_settings_dlg.html#j7">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j5">CVideoSettings</a><li>ClickedListItem()
: <a class="el" href="class_c_trace_manager.html#j0">CTraceManager</a><li>ClickedOK()
: <a class="el" href="class_c_snapshot_settings_dlg.html#b0">CSnapshotSettingsDlg</a>, <a class="el" href="class_c_snapshot_settings.html#j3">CSnapshotSettings</a><li>ClickedRate()
: <a class="el" href="class_c_video_settings_dlg.html#j1">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j6">CVideoSettings</a><li>ClickedRestoreFactory()
: <a class="el" href="class_c_video_settings_dlg.html#j27">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j7">CVideoSettings</a><li>ClickedRestoreUser()
: <a class="el" href="class_c_video_settings_dlg.html#j26">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j8">CVideoSettings</a><li>ClickedSaveUser()
: <a class="el" href="class_c_video_settings_dlg.html#j25">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j9">CVideoSettings</a><li>ClickedSize()
: <a class="el" href="class_c_video_settings_dlg.html#j0">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j10">CVideoSettings</a><li>ClickedTunerSelector()
: <a class="el" href="class_c_video_settings_dlg.html#j8">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j11">CVideoSettings</a><li>Close()
: <a class="el" href="class_c_video_device.html#a38">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#a7">CAudioDevice</a><li>Closed()
: <a class="el" href="class_c_video_device.html#l8">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#l1">CAudioDevice</a><li>closeEvent()
: <a class="el" href="class_c_cam_stream_main_window.html#b0">CCamStreamMainWindow</a><li>CMainWindow()
: <a class="el" href="class_c_main_window.html#a0">CMainWindow</a><li>CMemoryAudioSample()
: <a class="el" href="class_c_memory_audio_sample.html#a2">CMemoryAudioSample</a><li>ColorSystemChanged()
: <a class="el" href="class_c_channel_editor_dlg.html#j4">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j1">CChannelEditor</a><li>CompareTile()
: <a class="el" href="struct_c_cam_tile.html#e0">CCamTile</a><li>Connect()
: <a class="el" href="class_c_f_t_p_client.html#a7">CFTPClient</a><li>ConnectionEstablished()
: <a class="el" href="class_c_f_t_p_listen.html#l0">CFTPListen</a><li>ConnectResizes()
: <a class="el" href="class_c_cam_panel.html#b5">CCamPanel</a><li>ConnectUsage()
: <a class="el" href="class_c_cam_panel.html#b4">CCamPanel</a><li>ControlPortClosed()
: <a class="el" href="class_c_f_t_p_client.html#l3">CFTPClient</a><li>COpenDeviceDlg()
: <a class="el" href="class_c_open_device_dlg.html#a0">COpenDeviceDlg</a><li>COptionsXML()
: <a class="el" href="class_c_options_x_m_l.html#b2">COptionsXML</a><li>Copy()
: <a class="el" href="class_c_memory_audio_sample.html#a12">CMemoryAudioSample</a><li>copy()
: <a class="el" href="class_c_cam_panel.html#a11">CCamPanel</a>, <a class="el" href="class_c_codec_image.html#b1">CCodecImage</a><li>CopyTile()
: <a class="el" href="struct_c_cam_tile.html#a3">CCamTile</a><li>Create()
: <a class="el" href="class_c_memory_audio_sample.html#a4">CMemoryAudioSample</a><li>CreateBuffer()
: <a class="el" href="class_c_audio_sample.html#b3">CAudioSample</a><li>CreateImages()
: <a class="el" href="class_c_cam_panel.html#b3">CCamPanel</a><li>CreateImagesRGB()
: <a class="el" href="class_c_video_device.html#b3">CVideoDevice</a><li>CreateImagesYUV()
: <a class="el" href="class_c_video_device.html#b5">CVideoDevice</a><li>CreateReader()
: <a class="el" href="class_c_audio_device.html#a11">CAudioDevice</a><li>CreateVideoFrames()
: <a class="el" href="class_c_video_device.html#b7">CVideoDevice</a><li>CreateWriter()
: <a class="el" href="class_c_audio_device.html#a12">CAudioDevice</a><li>CRGBShow()
: <a class="el" href="class_c_r_g_b_show.html#a0">CRGBShow</a><li>CRingBuffer()
: <a class="el" href="class_c_ring_buffer.html#a0">CRingBuffer</a><li>CRingBufferReader()
: <a class="el" href="class_c_ring_buffer_reader.html#a0">CRingBufferReader</a><li>CRingBufferWriter()
: <a class="el" href="class_c_ring_buffer_writer.html#a0">CRingBufferWriter</a><li>CSimpleCodec()
: <a class="el" href="class_c_simple_codec.html#a0">CSimpleCodec</a><li>CSnapshotSettings()
: <a class="el" href="class_c_snapshot_settings.html#a0">CSnapshotSettings</a><li>CSnapshotSettingsDlg()
: <a class="el" href="class_c_snapshot_settings_dlg.html#a0">CSnapshotSettingsDlg</a><li>CTimeSnapDlg()
: <a class="el" href="class_c_time_snap_dlg.html#a0">CTimeSnapDlg</a><li>CTraceListViewItem()
: <a class="el" href="class_c_trace_list_view_item.html#a0">CTraceListViewItem</a><li>CTraceManager()
: <a class="el" href="class_c_trace_manager.html#b0">CTraceManager</a><li>CTraceModule()
: <a class="el" href="class_c_trace_module.html#a0">CTraceModule</a><li>CTraceWindowDlg()
: <a class="el" href="class_c_trace_window_dlg.html#a0">CTraceWindowDlg</a><li>Cut()
: <a class="el" href="class_c_memory_audio_sample.html#a9">CMemoryAudioSample</a><li>CVideoAudioInput()
: <a class="el" href="class_c_video_audio_input.html#a0">CVideoAudioInput</a><li>CVideoDevice()
: <a class="el" href="class_c_video_device.html#a34">CVideoDevice</a><li>CVideoDeviceEvent()
: <a class="el" href="class_c_video_device_event.html#a0">CVideoDeviceEvent</a><li>CVideoDeviceInput()
: <a class="el" href="class_c_video_device_input.html#a0">CVideoDeviceInput</a><li>CVideoDeviceLinux()
: <a class="el" href="class_c_video_device_linux.html#a0">CVideoDeviceLinux</a><li>CVideoDeviceOptions()
: <a class="el" href="class_c_video_device_options.html#a0">CVideoDeviceOptions</a><li>CVideoDeviceTuner()
: <a class="el" href="class_c_video_device_tuner.html#a0">CVideoDeviceTuner</a><li>CVideoDeviceWin32()
: <a class="el" href="class_c_video_device_win32.html#a0">CVideoDeviceWin32</a><li>CVideoFrame()
: <a class="el" href="class_c_video_frame.html#a0">CVideoFrame</a><li>CVideoOptions()
: <a class="el" href="struct_c_video_options.html#a0">CVideoOptions</a><li>CVideoSettings()
: <a class="el" href="class_c_video_settings.html#a0">CVideoSettings</a><li>CVideoSettingsDlg()
: <a class="el" href="class_c_video_settings_dlg.html#a0">CVideoSettingsDlg</a><li>CWebCamCodecSubband()
: <a class="el" href="class_c_web_cam_codec_subband.html#a0">CWebCamCodecSubband</a><li>CWebCamViewer()
: <a class="el" href="class_c_web_cam_viewer.html#a3">CWebCamViewer</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DataArrived()
: <a class="el" href="class_c_ring_buffer_reader.html#l0">CRingBufferReader</a><li>DecIndent()
: <a class="el" href="class_c_trace_manager.html#b2">CTraceManager</a><li>DeclareVariable()
: <a class="el" href="class_c_options_x_m_l.html#b1">COptionsXML</a><li>DeclareVariables()
: <a class="el" href="class_c_video_device_options.html#b0">CVideoDeviceOptions</a>, <a class="el" href="class_c_options_x_m_l.html#b0">COptionsXML</a>, <a class="el" href="struct_c_video_options.html#b0">CVideoOptions</a><li>DecLevel()
: <a class="el" href="class_c_trace_module.html#i1">CTraceModule</a><li>DecLogging()
: <a class="el" href="class_c_trace_manager.html#j2">CTraceManager</a><li>DecrementUse()
: <a class="el" href="class_c_cam_panel.html#i2">CCamPanel</a><li>DeleteClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j6">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j2">CChannelEditor</a><li>DeleteImagesRGB()
: <a class="el" href="class_c_video_device.html#b4">CVideoDevice</a><li>DeleteImagesYUV()
: <a class="el" href="class_c_video_device.html#b6">CVideoDevice</a><li>DeleteVideoFrames()
: <a class="el" href="class_c_video_device.html#b8">CVideoDevice</a><li>deref()
: <a class="el" href="struct_c_codec_image_1_1_image_data.html#a4">CCodecImage::ImageData</a><li>detach()
: <a class="el" href="class_c_codec_image.html#b0">CCodecImage</a><li>Detach()
: <a class="el" href="class_c_audio_sample.html#b4">CAudioSample</a><li>DeviceChangedSize()
: <a class="el" href="class_c_web_cam_viewer.html#j3">CWebCamViewer</a>, <a class="el" href="class_c_web_cam_codec_subband.html#j0">CWebCamCodecSubband</a>, <a class="el" href="class_c_web_cam_viewer.html#j0">CWebCamViewer</a><li>DeviceError()
: <a class="el" href="class_c_web_cam_viewer.html#j4">CWebCamViewer</a>, <a class="el" href="class_c_web_cam_codec_subband.html#j1">CWebCamCodecSubband</a>, <a class="el" href="class_c_web_cam_viewer.html#j1">CWebCamViewer</a><li>DialogClosed()
: <a class="el" href="class_c_video_settings_dlg.html#l0">CVideoSettingsDlg</a><li>DisableRGB()
: <a class="el" href="class_c_video_device.html#i5">CVideoDevice</a><li>DisableYUV()
: <a class="el" href="class_c_video_device.html#i7">CVideoDevice</a><li>DownClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j8">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j10">CChannelEditor</a><li>drawContents()
: <a class="el" href="class_c_codec_frame.html#b0">CCodecFrame</a><li>DumpConfigFile()
: <a class="el" href="class_c_cam_stream_app.html#a8">CCamStreamApp</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>Emit()
: <a class="el" href="struct_huff_node.html#a7">HuffNode</a><li>EnableRGB()
: <a class="el" href="class_c_video_device.html#a40">CVideoDevice</a><li>EnableYUV()
: <a class="el" href="class_c_video_device.html#a41">CVideoDevice</a><li>Enter()
: <a class="el" href="class_c_trace_module.html#a4">CTraceModule</a><li>Error()
: <a class="el" href="class_c_video_device.html#l13">CVideoDevice</a><li>event()
: <a class="el" href="class_c_video_device.html#a2">CVideoDevice</a>, <a class="el" href="class_c_ring_buffer_reader.html#a5">CRingBufferReader</a><li>Exchange()
: <a class="el" href="struct_huff_node.html#a5">HuffNode</a><li>Exit()
: <a class="el" href="class_c_video_device_win32.html#b1">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#b1">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#b2">CVideoDevice</a>, <a class="el" href="class_c_audio_device_linux.html#b2">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b1">CAudioDevice</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>FetchSocket()
: <a class="el" href="class_c_f_t_p_listen.html#a3">CFTPListen</a><li>Find()
: <a class="el" href="class_c_audio_collector.html#a2">CAudioCollector</a><li>FindAudioDeviceConfig()
: <a class="el" href="class_c_cam_stream_app.html#a7">CCamStreamApp</a><li>FindVideoDeviceConfig()
: <a class="el" href="class_c_cam_stream_app.html#a6">CCamStreamApp</a><li>FinetuningMoved()
: <a class="el" href="class_c_channel_editor_dlg.html#j3">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j3">CChannelEditor</a><li>Flush()
: <a class="el" href="class_c_ring_buffer_writer.html#a5">CRingBufferWriter</a><li>ForceUpdate()
: <a class="el" href="class_c_audio_control_linux.html#l0">CAudioControlLinux</a><li>FormatStrToEnum()
: <a class="el" href="class_c_cam_stream_app.html#e2">CCamStreamApp</a><li>FormatStrToExtension()
: <a class="el" href="class_c_cam_stream_app.html#e3">CCamStreamApp</a><li>FormatWidth()
: <a class="el" href="struct_sound_attributes.html#a3">SoundAttributes</a><li>FramerateChanged()
: <a class="el" href="class_c_video_device.html#l10">CVideoDevice</a><li>FrameReady()
: <a class="el" href="class_c_video_device.html#l5">CVideoDevice</a><li>Frequency()
: <a class="el" href="class_t_v_channel.html#e0">TVChannel</a><li>FrequencySystemChanged()
: <a class="el" href="class_c_channel_editor_dlg.html#j1">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j4">CChannelEditor</a><li>FTPSettingsUpdated()
: <a class="el" href="class_c_snapshot_settings_dlg.html#l0">CSnapshotSettingsDlg</a></ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>Get()
: <a class="el" href="class_c_options_x_m_l.html#a3">COptionsXML</a><li>GetAudioDevice()
: <a class="el" href="class_c_audio_collector.html#a1">CAudioCollector</a><li>GetAudioDeviceName()
: <a class="el" href="struct_c_video_options.html#a7">CVideoOptions</a><li>GetAudioInput()
: <a class="el" href="class_c_video_device.html#a58">CVideoDevice</a><li>GetAudioInputs()
: <a class="el" href="class_c_video_device.html#a57">CVideoDevice</a><li>GetAudioNode()
: <a class="el" href="struct_c_video_options.html#a9">CVideoOptions</a><li>GetBaseName()
: <a class="el" href="struct_c_video_options.html#a11">CVideoOptions</a><li>GetBass()
: <a class="el" href="class_c_video_audio_input.html#a6">CVideoAudioInput</a><li>GetBits()
: <a class="el" href="class_c_adaptive_huffman.html#a5">CAdaptiveHuffman</a><li>GetBool()
: <a class="el" href="class_c_options_x_m_l.html#a5">COptionsXML</a><li>GetBrightness()
: <a class="el" href="class_c_video_device_options.html#a6">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a12">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a60">CVideoDevice</a><li>GetBuffer()
: <a class="el" href="class_c_adaptive_huffman.html#a6">CAdaptiveHuffman</a><li>GetBufferLength()
: <a class="el" href="class_c_ring_buffer.html#a2">CRingBuffer</a><li>GetBuffers()
: <a class="el" href="class_c_video_device.html#a52">CVideoDevice</a><li>GetBytesPerSample()
: <a class="el" href="class_c_audio_sample.html#b2">CAudioSample</a><li>GetCaptureCount()
: <a class="el" href="class_c_video_device.html#b0">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#b7">CAudioDevice</a><li>GetCaptureGroup()
: <a class="el" href="class_c_audio_mixer_element.html#a5">CAudioMixerElement</a><li>GetCodeLength()
: <a class="el" href="struct_huff_node.html#a6">HuffNode</a><li>GetColour()
: <a class="el" href="class_c_video_device_linux.html#a18">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a66">CVideoDevice</a><li>GetCommand()
: <a class="el" href="struct_c_video_options.html#a50">CVideoOptions</a>, <a class="el" href="class_c_f_t_p_client.html#a3">CFTPClient</a><li>GetConfiguration()
: <a class="el" href="class_c_video_settings_dlg.html#a3">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_device_linux.html#a3">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a4">CVideoDevice</a>, <a class="el" href="class_c_trace_manager.html#a3">CTraceManager</a>, <a class="el" href="class_c_audio_control_linux.html#a2">CAudioControlLinux</a>, <a class="el" href="class_c_audio_mixer_element.html#a3">CAudioMixerElement</a><li>GetContrast()
: <a class="el" href="class_c_video_device_options.html#a8">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a14">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a62">CVideoDevice</a><li>GetCurrentTuner()
: <a class="el" href="class_c_video_device_input.html#a8">CVideoDeviceInput</a><li>GetCurrentTVChannel()
: <a class="el" href="class_c_video_device.html#a17">CVideoDevice</a><li>GetCurrentVideoInput()
: <a class="el" href="class_c_video_device.html#a54">CVideoDevice</a><li>GetDepth()
: <a class="el" href="class_c_codec_image_subband.html#a3">CCodecImageSubband</a><li>GetDescription()
: <a class="el" href="class_c_cam_panel.html#a2">CCamPanel</a><li>GetDescriptor()
: <a class="el" href="class_c_video_device_win32.html#a2">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#a4">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a39">CVideoDevice</a><li>GetDeviceName()
: <a class="el" href="struct_c_video_options.html#a3">CVideoOptions</a><li>GetErrorString()
: <a class="el" href="class_c_f_t_p_client.html#a15">CFTPClient</a><li>GetFileFormat()
: <a class="el" href="struct_c_video_options.html#a15">CVideoOptions</a><li>GetFileTypeExtension()
: <a class="el" href="class_c_cam_stream_app.html#e0">CCamStreamApp</a><li>GetFileTypeFormatStr()
: <a class="el" href="class_c_cam_stream_app.html#e1">CCamStreamApp</a><li>GetFileTypeMask()
: <a class="el" href="class_c_cam_stream_app.html#a5">CCamStreamApp</a><li>GetFillFrame()
: <a class="el" href="class_c_video_device.html#b9">CVideoDevice</a><li>GetFormat()
: <a class="el" href="struct_sound_attributes.html#e0">SoundAttributes</a><li>GetFramerate()
: <a class="el" href="class_c_video_device_options.html#a4">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a10">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a49">CVideoDevice</a><li>GetFrequency()
: <a class="el" href="class_c_video_device_tuner.html#a4">CVideoDeviceTuner</a><li>GetFTPPass()
: <a class="el" href="struct_c_video_options.html#a42">CVideoOptions</a><li>GetFTPPassive()
: <a class="el" href="struct_c_video_options.html#a44">CVideoOptions</a><li>GetFTPPath()
: <a class="el" href="struct_c_video_options.html#a38">CVideoOptions</a><li>GetFTPPort()
: <a class="el" href="struct_c_video_options.html#a36">CVideoOptions</a><li>GetFTPServer()
: <a class="el" href="struct_c_video_options.html#a34">CVideoOptions</a><li>GetFTPToServer()
: <a class="el" href="struct_c_video_options.html#a32">CVideoOptions</a><li>GetFTPUnique()
: <a class="el" href="struct_c_video_options.html#a46">CVideoOptions</a><li>GetFTPUser()
: <a class="el" href="struct_c_video_options.html#a40">CVideoOptions</a><li>GetGamma()
: <a class="el" href="class_c_video_device_options.html#a10">CVideoDeviceOptions</a><li>GetHighestFrequency()
: <a class="el" href="class_c_video_device_tuner.html#a3">CVideoDeviceTuner</a><li>GetHighWaterMark()
: <a class="el" href="class_c_ring_buffer_reader.html#a9">CRingBufferReader</a>, <a class="el" href="class_c_audio_ring_buffer_reader.html#a5">CAudioRingBufferReader</a><li>GetHue()
: <a class="el" href="class_c_video_device_options.html#a14">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a16">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a64">CVideoDevice</a><li>GetImage()
: <a class="el" href="class_c_cam_panel.html#a8">CCamPanel</a><li>GetImageSize()
: <a class="el" href="class_c_cam_panel.html#a4">CCamPanel</a><li>GetInput()
: <a class="el" href="class_c_video_device_linux.html#a24">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a11">CVideoDevice</a><li>GetInt()
: <a class="el" href="class_c_options_x_m_l.html#a4">COptionsXML</a><li>GetIntfName()
: <a class="el" href="class_c_video_device.html#a43">CVideoDevice</a><li>GetLatestVideoFrame()
: <a class="el" href="class_c_video_device.html#a26">CVideoDevice</a><li>GetLevel()
: <a class="el" href="class_c_trace_module.html#a2">CTraceModule</a><li>GetLongName()
: <a class="el" href="class_c_audio_device.html#a3">CAudioDevice</a><li>GetLowestFrequency()
: <a class="el" href="class_c_video_device_tuner.html#a2">CVideoDeviceTuner</a><li>GetLowWaterMark()
: <a class="el" href="class_c_ring_buffer_reader.html#a7">CRingBufferReader</a>, <a class="el" href="class_c_audio_ring_buffer_reader.html#a3">CAudioRingBufferReader</a><li>GetMaxSequence()
: <a class="el" href="struct_c_video_options.html#a26">CVideoOptions</a><li>GetMaxSize()
: <a class="el" href="class_c_video_device_linux.html#a7">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a46">CVideoDevice</a><li>GetMBuffers()
: <a class="el" href="class_c_video_device.html#a51">CVideoDevice</a><li>GetMiddlePart()
: <a class="el" href="struct_c_video_options.html#a13">CVideoOptions</a><li>GetMinSize()
: <a class="el" href="class_c_video_device_linux.html#a6">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a44">CVideoDevice</a><li>GetMixerSettings()
: <a class="el" href="class_c_audio_device_linux.html#a5">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a17">CAudioDevice</a><li>GetMode()
: <a class="el" href="class_c_audio_device.html#b6">CAudioDevice</a><li>GetName()
: <a class="el" href="class_c_video_device_tuner.html#a1">CVideoDeviceTuner</a>, <a class="el" href="class_c_video_device_input.html#a2">CVideoDeviceInput</a>, <a class="el" href="class_c_video_audio_input.html#a2">CVideoAudioInput</a>, <a class="el" href="class_c_trace_module.html#a1">CTraceModule</a>, <a class="el" href="class_c_cam_panel.html#a1">CCamPanel</a>, <a class="el" href="class_c_audio_mixer_element.html#a2">CAudioMixerElement</a>, <a class="el" href="class_c_audio_device.html#a2">CAudioDevice</a><li>GetNodeName()
: <a class="el" href="class_c_video_device.html#a42">CVideoDevice</a>, <a class="el" href="struct_c_video_options.html#a5">CVideoOptions</a>, <a class="el" href="class_c_audio_device.html#a4">CAudioDevice</a><li>GetNorm()
: <a class="el" href="class_c_video_device_tuner.html#a6">CVideoDeviceTuner</a><li>GetNumber()
: <a class="el" href="class_c_video_device_input.html#a1">CVideoDeviceInput</a>, <a class="el" href="class_c_video_audio_input.html#a1">CVideoAudioInput</a>, <a class="el" href="class_c_video_frame.html#a7">CVideoFrame</a><li>GetNumberOfChannels()
: <a class="el" href="class_t_v_channel.html#e1">TVChannel</a><li>GetNumberOfFileTypes()
: <a class="el" href="class_c_cam_stream_app.html#a4">CCamStreamApp</a><li>GetNumberOfInputs()
: <a class="el" href="class_c_video_device_linux.html#a22">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a9">CVideoDevice</a><li>GetNumberOfTuners()
: <a class="el" href="class_c_video_device_linux.html#a25">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device_input.html#a6">CVideoDeviceInput</a>, <a class="el" href="class_c_video_device.html#a12">CVideoDevice</a><li>GetNumberOfTVChannels()
: <a class="el" href="class_c_video_device.html#a15">CVideoDevice</a><li>GetPanel()
: <a class="el" href="class_c_codec_frame.html#b4">CCodecFrame</a><li>GetPanelType()
: <a class="el" href="class_c_cam_panel.html#a3">CCamPanel</a><li>GetPixmap()
: <a class="el" href="class_c_cam_panel.html#a9">CCamPanel</a><li>GetPlaybackCount()
: <a class="el" href="class_c_audio_device.html#b8">CAudioDevice</a><li>GetPlaybackPointer()
: <a class="el" href="class_c_audio_device_linux.html#a2">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a13">CAudioDevice</a><li>GetPropertiesDialog()
: <a class="el" href="class_c_cam_panel.html#a10">CCamPanel</a><li>GetRawPointer()
: <a class="el" href="class_c_memory_audio_sample.html#a6">CMemoryAudioSample</a><li>GetRGB()
: <a class="el" href="class_c_video_device.html#a71">CVideoDevice</a>, <a class="el" href="class_c_video_frame.html#a3">CVideoFrame</a><li>GetRunCommand()
: <a class="el" href="struct_c_video_options.html#a48">CVideoOptions</a><li>GetSaturation()
: <a class="el" href="class_c_video_device_options.html#a12">CVideoDeviceOptions</a><li>GetSaveToDisk()
: <a class="el" href="struct_c_video_options.html#a28">CVideoOptions</a><li>GetSelectedDevice()
: <a class="el" href="class_c_audio_settings_dlg.html#a2">CAudioSettingsDlg</a><li>GetSequence()
: <a class="el" href="class_c_video_frame.html#a9">CVideoFrame</a>, <a class="el" href="struct_c_video_options.html#a24">CVideoOptions</a><li>GetSerialNumber()
: <a class="el" href="class_c_video_device.html#a24">CVideoDevice</a><li>GetShareDir()
: <a class="el" href="class_c_cam_stream_app.html#a2">CCamStreamApp</a><li>GetSize()
: <a class="el" href="class_c_video_device_options.html#a2">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device.html#a45">CVideoDevice</a><li>GetSnapInterval()
: <a class="el" href="struct_c_video_options.html#a30">CVideoOptions</a><li>GetSoundAttributes()
: <a class="el" href="class_c_audio_sample.html#a4">CAudioSample</a>, <a class="el" href="class_c_audio_ring_buffer_reader.html#a1">CAudioRingBufferReader</a>, <a class="el" href="class_c_audio_device.html#a10">CAudioDevice</a><li>GetState()
: <a class="el" href="class_c_f_t_p_client.html#a4">CFTPClient</a><li>GetTempFileName()
: <a class="el" href="class_c_cam_stream_app.html#a3">CCamStreamApp</a><li>GetTextColor()
: <a class="el" href="struct_c_video_options.html#a17">CVideoOptions</a><li>GetTextFont()
: <a class="el" href="struct_c_video_options.html#a20">CVideoOptions</a><li>GetTimeInImage()
: <a class="el" href="struct_c_video_options.html#a22">CVideoOptions</a><li>GetTimeStamp()
: <a class="el" href="class_c_video_frame.html#a11">CVideoFrame</a><li>GetTreble()
: <a class="el" href="class_c_video_audio_input.html#a7">CVideoAudioInput</a><li>GetTuner()
: <a class="el" href="class_c_video_device_linux.html#a27">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device_input.html#a7">CVideoDeviceInput</a>, <a class="el" href="class_c_video_device.html#a14">CVideoDevice</a><li>GetType()
: <a class="el" href="class_c_video_device_input.html#a3">CVideoDeviceInput</a><li>GetU()
: <a class="el" href="class_c_video_device.html#a73">CVideoDevice</a>, <a class="el" href="class_c_video_frame.html#a5">CVideoFrame</a><li>GetUserMessage()
: <a class="el" href="struct_c_video_options.html#a52">CVideoOptions</a><li>GetV()
: <a class="el" href="class_c_video_device.html#a74">CVideoDevice</a>, <a class="el" href="class_c_video_frame.html#a6">CVideoFrame</a><li>GetValue()
: <a class="el" href="class_c_adaptive_huffman.html#a8">CAdaptiveHuffman</a>, <a class="el" href="class_c_audio_sample.html#a9">CAudioSample</a><li>GetVideoDevice()
: <a class="el" href="class_c_video_collector.html#a1">CVideoCollector</a><li>GetVideoInput()
: <a class="el" href="class_c_video_device_linux.html#a28">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a55">CVideoDevice</a><li>GetVideoInputs()
: <a class="el" href="class_c_video_device.html#a53">CVideoDevice</a><li>GetVideoTuner()
: <a class="el" href="class_c_video_device_linux.html#a29">CVideoDeviceLinux</a><li>GetVisibleSize()
: <a class="el" href="class_c_cam_panel.html#a5">CCamPanel</a><li>GetVolume()
: <a class="el" href="class_c_video_audio_input.html#a5">CVideoAudioInput</a><li>GetWhiteness()
: <a class="el" href="class_c_video_device_linux.html#a20">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a68">CVideoDevice</a><li>GetXML()
: <a class="el" href="class_c_options_x_m_l.html#a2">COptionsXML</a>, <a class="el" href="struct_c_video_options.html#a2">CVideoOptions</a><li>GetY()
: <a class="el" href="class_c_video_device.html#a72">CVideoDevice</a>, <a class="el" href="class_c_video_frame.html#a4">CVideoFrame</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>HasAudio()
: <a class="el" href="class_c_video_device_input.html#a4">CVideoDeviceInput</a><li>HasDisplayDialog()
: <a class="el" href="class_c_video_device.html#a27">CVideoDevice</a><li>HasFormatDialog()
: <a class="el" href="class_c_video_device.html#a28">CVideoDevice</a><li>HasFramerate()
: <a class="el" href="class_c_video_device_linux.html#a9">CVideoDeviceLinux</a><li>HasNorm()
: <a class="el" href="class_c_video_device_tuner.html#a5">CVideoDeviceTuner</a><li>HasSourceDialog()
: <a class="el" href="class_c_video_device.html#a29">CVideoDevice</a><li>HasTunerDialog()
: <a class="el" href="class_c_video_device.html#a30">CVideoDevice</a><li>Height()
: <a class="el" href="class_c_codec_image.html#a5">CCodecImage</a>, <a class="el" href="struct_c_codec_image_1_1_image_data.html#o2">CCodecImage::ImageData</a><li>Hide()
: <a class="el" href="class_c_trace_manager.html#i1">CTraceManager</a><li>hideEvent()
: <a class="el" href="class_c_video_settings_dlg.html#b0">CVideoSettingsDlg</a>, <a class="el" href="class_c_image_panel_y_u_v.html#a1">CImagePanelYUV</a>, <a class="el" href="class_c_image_panel_r_g_b.html#a1">CImagePanelRGB</a><li>HuffNode()
: <a class="el" href="struct_huff_node.html#a0">HuffNode</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>ImageData()
: <a class="el" href="struct_c_codec_image_1_1_image_data.html#a0">CCodecImage::ImageData</a><li>IncIndent()
: <a class="el" href="class_c_trace_manager.html#b1">CTraceManager</a><li>IncLevel()
: <a class="el" href="class_c_trace_module.html#i0">CTraceModule</a><li>IncLogging()
: <a class="el" href="class_c_trace_manager.html#j1">CTraceManager</a><li>IncrementUse()
: <a class="el" href="class_c_cam_panel.html#i1">CCamPanel</a><li>Init()
: <a class="el" href="class_c_video_device_win32.html#b0">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#b0">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#b1">CVideoDevice</a>, <a class="el" href="class_c_audio_device_linux.html#b1">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b0">CAudioDevice</a><li>InitCompressor()
: <a class="el" href="class_c_adaptive_huffman.html#a2">CAdaptiveHuffman</a><li>InitDecompressor()
: <a class="el" href="class_c_adaptive_huffman.html#a7">CAdaptiveHuffman</a><li>Instance()
: <a class="el" href="class_c_video_collector.html#e0">CVideoCollector</a>, <a class="el" href="class_c_trace_manager.html#e0">CTraceManager</a>, <a class="el" href="class_c_audio_collector.html#e0">CAudioCollector</a><li>IsDrawable()
: <a class="el" href="class_c_cam_panel.html#a6">CCamPanel</a><li>IsMutable()
: <a class="el" href="class_c_video_audio_input.html#a3">CVideoAudioInput</a>, <a class="el" href="class_c_video_device.html#a32">CVideoDevice</a><li>IsMuted()
: <a class="el" href="class_c_video_audio_input.html#a4">CVideoAudioInput</a><li>IsNull()
: <a class="el" href="class_c_audio_sample.html#a5">CAudioSample</a><li>IsOpen()
: <a class="el" href="class_c_video_device.html#a8">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#a8">CAudioDevice</a><li>IsUsed()
: <a class="el" href="class_c_cam_panel.html#a7">CCamPanel</a><li>IsValid()
: <a class="el" href="class_c_video_device.html#a36">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#a5">CAudioDevice</a></ul>
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
<li>languageChange()
: <a class="el" href="class_c_video_settings.html#j0">CVideoSettings</a>, <a class="el" href="class_c_channel_editor.html#j0">CChannelEditor</a>, <a class="el" href="class_c_trace_window_dlg.html#j0">CTraceWindowDlg</a>, <a class="el" href="class_c_time_snap_dlg.html#j0">CTimeSnapDlg</a>, <a class="el" href="class_c_snapshot_settings.html#j0">CSnapshotSettings</a>, <a class="el" href="class_c_open_device_dlg.html#j0">COpenDeviceDlg</a>, <a class="el" href="class_c_f_t_p_settings.html#j0">CFTPSettings</a>, <a class="el" href="class_c_channel_selector.html#j0">CChannelSelector</a>, <a class="el" href="class_c_audio_settings.html#j0">CAudioSettings</a>, <a class="el" href="class_c_au_controls.html#j0">CAuControls</a>, <a class="el" href="class_c_audio_open_dlg.html#j0">CAudioOpenDlg</a><li>Leave()
: <a class="el" href="class_c_trace_module.html#a6">CTraceModule</a><li>ListDir()
: <a class="el" href="class_c_f_t_p_client.html#a12">CFTPClient</a><li>ListDirEntry()
: <a class="el" href="class_c_f_t_p_client.html#l5">CFTPClient</a><li>Load()
: <a class="el" href="class_c_codec_image.html#a7">CCodecImage</a><li>Log()
: <a class="el" href="class_c_trace_module.html#a7">CTraceModule</a>, <a class="el" href="class_c_trace_manager.html#a2">CTraceManager</a><li>LoggedIn()
: <a class="el" href="class_c_f_t_p_client.html#l1">CFTPClient</a><li>LoginFailed()
: <a class="el" href="class_c_f_t_p_client.html#l2">CFTPClient</a><li>Logout()
: <a class="el" href="class_c_f_t_p_client.html#a14">CFTPClient</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>Malloc()
: <a class="el" href="struct_c_codec_image_1_1_image_data.html#a2">CCodecImage::ImageData</a><li>Mark()
: <a class="el" href="class_c_trace_manager.html#i3">CTraceManager</a>, <a class="el" href="class_c_adaptive_huffman.html#a4">CAdaptiveHuffman</a><li>MixerButtonClicked()
: <a class="el" href="class_c_audio_settings_dlg.html#b1">CAudioSettingsDlg</a>, <a class="el" href="class_c_audio_settings.html#j3">CAudioSettings</a><li>mousePressEvent()
: <a class="el" href="class_c_codec_frame.html#b1">CCodecFrame</a><li>MovedAGC()
: <a class="el" href="class_c_video_settings_dlg.html#j11">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j12">CVideoSettings</a><li>MovedBlue()
: <a class="el" href="class_c_video_settings_dlg.html#j22">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j13">CVideoSettings</a><li>MovedBrightness()
: <a class="el" href="class_c_video_settings_dlg.html#j2">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j14">CVideoSettings</a><li>MovedContour()
: <a class="el" href="class_c_video_settings_dlg.html#j15">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j15">CVideoSettings</a><li>MovedContrast()
: <a class="el" href="class_c_video_settings_dlg.html#j3">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j16">CVideoSettings</a><li>MovedFineTuning()
: <a class="el" href="class_c_video_settings.html#j17">CVideoSettings</a><li>MovedGamma()
: <a class="el" href="class_c_video_settings_dlg.html#j4">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j18">CVideoSettings</a><li>MovedHue()
: <a class="el" href="class_c_video_settings_dlg.html#j6">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j19">CVideoSettings</a><li>MovedRed()
: <a class="el" href="class_c_video_settings_dlg.html#j21">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j20">CVideoSettings</a><li>MovedSaturation()
: <a class="el" href="class_c_video_settings_dlg.html#j5">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j21">CVideoSettings</a><li>MovedShutter()
: <a class="el" href="class_c_video_settings_dlg.html#j13">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j22">CVideoSettings</a><li>MovedWBDelay()
: <a class="el" href="class_c_video_settings_dlg.html#j24">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j23">CVideoSettings</a><li>MovedWBSpeed()
: <a class="el" href="class_c_video_settings_dlg.html#j23">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j24">CVideoSettings</a><li>Mute()
: <a class="el" href="class_c_video_device_win32.html#a3">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#a5">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_audio_input.html#i0">CVideoAudioInput</a>, <a class="el" href="class_c_video_device.html#a33">CVideoDevice</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NameChanged()
: <a class="el" href="class_c_channel_editor_dlg.html#j0">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j5">CChannelEditor</a><li>NewClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j5">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j6">CChannelEditor</a><li>NewColorSystem()
: <a class="el" href="class_c_channel_editor_dlg.html#l2">CChannelEditorDlg</a><li>newConnection()
: <a class="el" href="class_c_f_t_p_listen.html#b0">CFTPListen</a><li>NewCurrentChannel()
: <a class="el" href="class_c_channel_editor_dlg.html#l0">CChannelEditorDlg</a><li>NewFrequency()
: <a class="el" href="class_c_channel_editor_dlg.html#l1">CChannelEditorDlg</a><li>Notify()
: <a class="el" href="class_c_video_device.html#l7">CVideoDevice</a><li>NumberOfAudioDevices()
: <a class="el" href="class_c_audio_collector.html#a0">CAudioCollector</a><li>NumberOfVideoDevices()
: <a class="el" href="class_c_video_collector.html#a0">CVideoCollector</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>Open()
: <a class="el" href="class_c_video_device.html#a37">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#a6">CAudioDevice</a><li>OpenAudio()
: <a class="el" href="class_c_main_window.html#a2">CMainWindow</a><li>Opened()
: <a class="el" href="class_c_video_device.html#l0">CVideoDevice</a>, <a class="el" href="class_c_audio_device.html#l0">CAudioDevice</a><li>operator!=()
: <a class="el" href="struct_sound_attributes.html#a6">SoundAttributes</a><li>operator+=()
: <a class="el" href="class_c_cam_panel.html#a12">CCamPanel</a><li>operator-()
: <a class="el" href="class_y_u_v_triplet.html#a4">YUVTriplet&lt; Image &gt;</a>, <a class="el" href="class_c_codec_image.html#a11">CCodecImage</a><li>operator-=()
: <a class="el" href="class_c_cam_panel.html#a13">CCamPanel</a>, <a class="el" href="class_c_codec_image.html#a10">CCodecImage</a><li>operator=()
: <a class="el" href="class_c_video_frame.html#a2">CVideoFrame</a>, <a class="el" href="class_t_v_channel.html#a2">TVChannel</a>, <a class="el" href="class_c_codec_image_subband.html#a7">CCodecImageSubband</a>, <a class="el" href="class_y_u_v_triplet.html#a2">YUVTriplet&lt; Image &gt;</a>, <a class="el" href="class_c_codec_image.html#a9">CCodecImage</a>, <a class="el" href="class_c_memory_audio_sample.html#b0">CMemoryAudioSample</a>, <a class="el" href="class_c_audio_sample.html#a3">CAudioSample</a><li>operator==()
: <a class="el" href="class_c_codec_image_subband.html#a8">CCodecImageSubband</a>, <a class="el" href="struct_sound_attributes.html#a5">SoundAttributes</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>paintEvent()
: <a class="el" href="class_c_led_bar.html#b1">CLedBar</a>, <a class="el" href="class_c_audio_display_volume.html#b1">CAudioDisplayVolume</a>, <a class="el" href="class_c_image_widget.html#b0">CImageWidget</a>, <a class="el" href="class_c_cam_panel.html#a16">CCamPanel</a>, <a class="el" href="class_c_codec_image_viewer.html#b0">CCodecImageViewer</a><li>PanelsDlgClosed()
: <a class="el" href="class_c_codec_frame.html#j1">CCodecFrame</a><li>Prepend()
: <a class="el" href="class_c_memory_audio_sample.html#a8">CMemoryAudioSample</a><li>PresetClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j9">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j7">CChannelEditor</a><li>PresetDevice()
: <a class="el" href="class_c_audio_settings_dlg.html#a1">CAudioSettingsDlg</a><li>Print()
: <a class="el" href="struct_huff_node.html#a8">HuffNode</a><li>PrintAncestors()
: <a class="el" href="class_c_adaptive_huffman.html#a10">CAdaptiveHuffman</a><li>PrintTree()
: <a class="el" href="class_c_adaptive_huffman.html#a9">CAdaptiveHuffman</a><li>Progress()
: <a class="el" href="class_c_f_t_p_client.html#l6">CFTPClient</a></ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>QueryTVChannel()
: <a class="el" href="class_c_video_device.html#a16">CVideoDevice</a><li>Quit()
: <a class="el" href="class_c_audio_display_volume.html#a7">CAudioDisplayVolume</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>RawCopy()
: <a class="el" href="class_c_memory_audio_sample.html#a5">CMemoryAudioSample</a><li>ReaderAttached()
: <a class="el" href="class_c_ring_buffer.html#l0">CRingBuffer</a><li>ReaderDetached()
: <a class="el" href="class_c_ring_buffer.html#l1">CRingBuffer</a><li>ReadFromBufferHead()
: <a class="el" href="class_c_ring_buffer_reader.html#a4">CRingBufferReader</a><li>ReadFromBufferTail()
: <a class="el" href="class_c_ring_buffer_reader.html#a3">CRingBufferReader</a><li>ReadFromHead()
: <a class="el" href="class_c_audio_ring_buffer_reader.html#a7">CAudioRingBufferReader</a><li>ReadFromTail()
: <a class="el" href="class_c_audio_ring_buffer_reader.html#a6">CAudioRingBufferReader</a><li>ReadImage()
: <a class="el" href="class_c_video_device.html#a70">CVideoDevice</a><li>RecalcTotalViewSize()
: <a class="el" href="class_c_web_cam_viewer.html#b1">CWebCamViewer</a>, <a class="el" href="class_c_web_cam_codec_subband.html#b0">CWebCamCodecSubband</a>, <a class="el" href="class_c_web_cam_viewer.html#b0">CWebCamViewer</a><li>ref()
: <a class="el" href="struct_c_codec_image_1_1_image_data.html#a3">CCodecImage::ImageData</a><li>RegisterModule()
: <a class="el" href="class_c_trace_manager.html#a1">CTraceManager</a><li>RegisterPanel()
: <a class="el" href="class_c_codec_frame.html#b2">CCodecFrame</a><li>Rename()
: <a class="el" href="class_c_f_t_p_client.html#a13">CFTPClient</a><li>Reset()
: <a class="el" href="struct_sound_attributes.html#a1">SoundAttributes</a><li>ResetPanTilt()
: <a class="el" href="class_c_video_settings_dlg.html#j29">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j25">CVideoSettings</a><li>Resize()
: <a class="el" href="class_c_codec_image_viewer.html#a1">CCodecImageViewer</a>, <a class="el" href="class_c_codec_image_subband.html#a2">CCodecImageSubband</a>, <a class="el" href="class_y_u_v_triplet.html#a3">YUVTriplet&lt; Image &gt;</a>, <a class="el" href="class_c_codec_image.html#a6">CCodecImage</a><li>Resized()
: <a class="el" href="class_c_video_device.html#l9">CVideoDevice</a><li>resizeEvent()
: <a class="el" href="class_c_led_bar.html#b0">CLedBar</a>, <a class="el" href="class_c_audio_display_volume.html#b2">CAudioDisplayVolume</a><li>ReturnFillFrame()
: <a class="el" href="class_c_video_device.html#b10">CVideoDevice</a><li>RightClick()
: <a class="el" href="class_c_cam_panel.html#i3">CCamPanel</a><li>run()
: <a class="el" href="class_c_video_device_win32.html#b4">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#b4">CVideoDeviceLinux</a>, <a class="el" href="class_c_audio_display_volume.html#b0">CAudioDisplayVolume</a>, <a class="el" href="class_c_audio_device_linux.html#b0">CAudioDeviceLinux</a><li>Run()
: <a class="el" href="class_c_f_t_p_put.html#i0">CFTPPut</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>SamplerateChanged()
: <a class="el" href="class_c_audio_settings_dlg.html#b2">CAudioSettingsDlg</a>, <a class="el" href="class_c_audio_settings.html#j4">CAudioSettings</a><li>SanityCheck()
: <a class="el" href="class_c_codec_image.html#f0">CCodecImage</a><li>SeekTo()
: <a class="el" href="class_c_audio_sample.html#a8">CAudioSample</a><li>Select()
: <a class="el" href="class_c_video_device_tuner.html#a7">CVideoDeviceTuner</a>, <a class="el" href="class_c_video_device_input.html#a5">CVideoDeviceInput</a><li>SelectAudioInput()
: <a class="el" href="class_c_video_device.html#a59">CVideoDevice</a><li>Selected()
: <a class="el" href="class_c_video_device_tuner.html#l0">CVideoDeviceTuner</a>, <a class="el" href="class_c_video_device_input.html#l0">CVideoDeviceInput</a><li>SelectNextTVChannel()
: <a class="el" href="class_c_video_device.html#a19">CVideoDevice</a><li>SelectPrevTVChannel()
: <a class="el" href="class_c_video_device.html#a20">CVideoDevice</a><li>SelectTVChannel()
: <a class="el" href="class_c_video_device.html#a18">CVideoDevice</a><li>SelectVideoInput()
: <a class="el" href="class_c_video_device.html#a56">CVideoDevice</a><li>SendSignal()
: <a class="el" href="class_c_video_device.html#b13">CVideoDevice</a><li>Set()
: <a class="el" href="class_c_options_x_m_l.html#a8">COptionsXML</a><li>SetActive()
: <a class="el" href="class_c_f_t_p_client.html#a6">CFTPClient</a><li>SetAudioDeviceName()
: <a class="el" href="struct_c_video_options.html#a8">CVideoOptions</a><li>SetAudioNode()
: <a class="el" href="struct_c_video_options.html#a10">CVideoOptions</a><li>SetBarMode()
: <a class="el" href="class_c_led_bar.html#a1">CLedBar</a><li>SetBaseName()
: <a class="el" href="struct_c_video_options.html#a12">CVideoOptions</a><li>SetBass()
: <a class="el" href="class_c_video_audio_input.html#i2">CVideoAudioInput</a><li>SetBrightness()
: <a class="el" href="class_c_video_device_options.html#a7">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a13">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a61">CVideoDevice</a><li>SetBufferLength()
: <a class="el" href="class_c_audio_device_linux.html#a3">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a14">CAudioDevice</a><li>SetBufferTime()
: <a class="el" href="class_c_audio_device_linux.html#a4">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a15">CAudioDevice</a><li>SetCode()
: <a class="el" href="struct_huff_node.html#a2">HuffNode</a><li>SetCodes()
: <a class="el" href="struct_huff_node.html#a3">HuffNode</a><li>SetColour()
: <a class="el" href="class_c_video_device_linux.html#a19">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a67">CVideoDevice</a><li>SetCommand()
: <a class="el" href="struct_c_video_options.html#a51">CVideoOptions</a><li>SetConfiguration()
: <a class="el" href="class_c_video_settings_dlg.html#a2">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_device_linux.html#a2">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a3">CVideoDevice</a>, <a class="el" href="class_c_trace_manager.html#a4">CTraceManager</a>, <a class="el" href="class_c_audio_control_linux.html#a3">CAudioControlLinux</a>, <a class="el" href="class_c_audio_mixer_element.html#a4">CAudioMixerElement</a><li>SetContrast()
: <a class="el" href="class_c_video_device_options.html#a9">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a15">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a63">CVideoDevice</a><li>SetData()
: <a class="el" href="class_c_image_widget.html#a1">CImageWidget</a><li>SetDeviceName()
: <a class="el" href="struct_c_video_options.html#a4">CVideoOptions</a><li>SetFileFormat()
: <a class="el" href="struct_c_video_options.html#a16">CVideoOptions</a><li>SetFramerate()
: <a class="el" href="class_c_video_device_options.html#a5">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a11">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a50">CVideoDevice</a><li>SetFrequency()
: <a class="el" href="class_c_video_device_tuner.html#i0">CVideoDeviceTuner</a><li>SetFTPPass()
: <a class="el" href="struct_c_video_options.html#a43">CVideoOptions</a><li>SetFTPPassive()
: <a class="el" href="struct_c_video_options.html#a45">CVideoOptions</a><li>SetFTPPath()
: <a class="el" href="struct_c_video_options.html#a39">CVideoOptions</a><li>SetFTPPort()
: <a class="el" href="struct_c_video_options.html#a37">CVideoOptions</a><li>SetFTPServer()
: <a class="el" href="struct_c_video_options.html#a35">CVideoOptions</a><li>SetFTPToServer()
: <a class="el" href="struct_c_video_options.html#a33">CVideoOptions</a><li>SetFTPUnique()
: <a class="el" href="struct_c_video_options.html#a47">CVideoOptions</a><li>SetFTPUser()
: <a class="el" href="struct_c_video_options.html#a41">CVideoOptions</a><li>SetGamma()
: <a class="el" href="class_c_video_device_options.html#a11">CVideoDeviceOptions</a><li>SetHighWaterMark()
: <a class="el" href="class_c_ring_buffer_reader.html#a8">CRingBufferReader</a>, <a class="el" href="class_c_audio_ring_buffer_reader.html#a4">CAudioRingBufferReader</a><li>SetHue()
: <a class="el" href="class_c_video_device_options.html#a15">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a17">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a65">CVideoDevice</a><li>SetImage()
: <a class="el" href="class_c_basic_panel.html#a2">CBasicPanel</a><li>SetImageSize()
: <a class="el" href="class_c_cam_panel.html#b1">CCamPanel</a><li>SetInput()
: <a class="el" href="class_c_video_device_linux.html#a23">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a10">CVideoDevice</a><li>SetLength()
: <a class="el" href="class_c_audio_display_volume.html#a5">CAudioDisplayVolume</a><li>SetLevel()
: <a class="el" href="class_c_trace_module.html#i2">CTraceModule</a><li>SetLogFileName()
: <a class="el" href="class_c_trace_manager.html#j7">CTraceManager</a><li>SetLogging()
: <a class="el" href="class_c_f_t_p_client.html#a2">CFTPClient</a><li>SetLowWaterMark()
: <a class="el" href="class_c_ring_buffer_reader.html#a6">CRingBufferReader</a>, <a class="el" href="class_c_audio_ring_buffer_reader.html#a2">CAudioRingBufferReader</a><li>SetMargin()
: <a class="el" href="class_c_led_bar.html#a3">CLedBar</a><li>SetMaxSequence()
: <a class="el" href="struct_c_video_options.html#a27">CVideoOptions</a><li>SetMiddlePart()
: <a class="el" href="struct_c_video_options.html#a14">CVideoOptions</a><li>SetMixerSettings()
: <a class="el" href="class_c_audio_device_linux.html#a6">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a18">CAudioDevice</a><li>SetMode()
: <a class="el" href="class_c_audio_display_volume.html#a3">CAudioDisplayVolume</a><li>SetMute()
: <a class="el" href="class_c_trace_manager.html#i4">CTraceManager</a><li>SetNodeName()
: <a class="el" href="struct_c_video_options.html#a6">CVideoOptions</a><li>SetNodes()
: <a class="el" href="struct_huff_node.html#a4">HuffNode</a><li>SetNorm()
: <a class="el" href="class_c_video_device_tuner.html#i1">CVideoDeviceTuner</a><li>SetPanTiltAngle()
: <a class="el" href="class_c_video_settings_dlg.html#j28">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j26">CVideoSettings</a><li>SetPassive()
: <a class="el" href="class_c_f_t_p_client.html#a5">CFTPClient</a><li>SetPreset()
: <a class="el" href="struct_sound_attributes.html#a2">SoundAttributes</a><li>SetReader()
: <a class="el" href="class_c_audio_display_volume.html#a4">CAudioDisplayVolume</a><li>SetRefresh()
: <a class="el" href="class_c_intg_panel.html#a1">CIntgPanel</a><li>SetRunCommand()
: <a class="el" href="struct_c_video_options.html#a49">CVideoOptions</a><li>SetSaturation()
: <a class="el" href="class_c_video_device_options.html#a13">CVideoDeviceOptions</a><li>SetSaveToDisk()
: <a class="el" href="struct_c_video_options.html#a29">CVideoOptions</a><li>SetSegments()
: <a class="el" href="class_c_led_bar.html#a2">CLedBar</a><li>SetSequence()
: <a class="el" href="class_c_video_frame.html#a8">CVideoFrame</a>, <a class="el" href="struct_c_video_options.html#a25">CVideoOptions</a><li>SetSize()
: <a class="el" href="class_c_video_device_options.html#a3">CVideoDeviceOptions</a>, <a class="el" href="class_c_video_device_linux.html#a8">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a48">CVideoDevice</a>, <a class="el" href="class_c_diff_panel.html#i1">CDiffPanel</a>, <a class="el" href="class_c_d_c_t_panel.html#i1">CDCTPanel</a>, <a class="el" href="class_c_cam_panel.html#i0">CCamPanel</a>, <a class="el" href="class_c_basic_panel.html#i0">CBasicPanel</a>, <a class="el" href="class_c_audio_control_scroll_widget.html#a1">CAudioControlScrollWidget</a><li>SetSnapInterval()
: <a class="el" href="struct_c_video_options.html#a31">CVideoOptions</a><li>SetSoundAttributes()
: <a class="el" href="class_c_audio_display_volume.html#i0">CAudioDisplayVolume</a>, <a class="el" href="class_c_audio_sample.html#b1">CAudioSample</a>, <a class="el" href="class_c_audio_device.html#a9">CAudioDevice</a><li>SetTextColor()
: <a class="el" href="struct_c_video_options.html#a19">CVideoOptions</a><li>SetTextFont()
: <a class="el" href="struct_c_video_options.html#a21">CVideoOptions</a><li>SetTiles()
: <a class="el" href="class_c_d_c_t_panel.html#a2">CDCTPanel</a><li>SetTimeInImage()
: <a class="el" href="struct_c_video_options.html#a23">CVideoOptions</a><li>SetTimeStamp()
: <a class="el" href="class_c_video_frame.html#a10">CVideoFrame</a><li>SetTreble()
: <a class="el" href="class_c_video_audio_input.html#i3">CVideoAudioInput</a><li>SetTuner()
: <a class="el" href="class_c_video_device_linux.html#a26">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a13">CVideoDevice</a><li>SetTVChannels()
: <a class="el" href="class_c_channel_editor_dlg.html#a1">CChannelEditorDlg</a><li>SetTypeAscii()
: <a class="el" href="class_c_f_t_p_client.html#a9">CFTPClient</a><li>SetTypeBinary()
: <a class="el" href="class_c_f_t_p_client.html#a10">CFTPClient</a><li>SetUserMessage()
: <a class="el" href="struct_c_video_options.html#a53">CVideoOptions</a><li>SetValue()
: <a class="el" href="class_c_audio_sample.html#a10">CAudioSample</a><li>setValue()
: <a class="el" href="class_c_led_bar.html#i0">CLedBar</a><li>SetVisibleSize()
: <a class="el" href="class_c_cam_panel.html#b2">CCamPanel</a><li>SetVolume()
: <a class="el" href="class_c_video_audio_input.html#i1">CVideoAudioInput</a><li>SetWhiteness()
: <a class="el" href="class_c_video_device_linux.html#a21">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#a69">CVideoDevice</a><li>SetXML()
: <a class="el" href="class_c_options_x_m_l.html#a1">COptionsXML</a>, <a class="el" href="struct_c_video_options.html#a1">CVideoOptions</a><li>Show()
: <a class="el" href="class_c_trace_manager.html#i0">CTraceManager</a><li>ShowControls()
: <a class="el" href="class_c_audio_control_linux.html#i0">CAudioControlLinux</a><li>ShowDisplayDialog()
: <a class="el" href="class_c_video_device_win32.html#i0">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#a30">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#i0">CVideoDevice</a><li>ShowDisplayTab()
: <a class="el" href="class_c_video_settings_dlg.html#a4">CVideoSettingsDlg</a><li>showEvent()
: <a class="el" href="class_c_video_settings_dlg.html#b1">CVideoSettingsDlg</a>, <a class="el" href="class_c_image_panel_y_u_v.html#a2">CImagePanelYUV</a>, <a class="el" href="class_c_image_panel_r_g_b.html#a2">CImagePanelRGB</a><li>ShowFormatDialog()
: <a class="el" href="class_c_video_device_win32.html#i1">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#a31">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#i1">CVideoDevice</a><li>ShowFormatTab()
: <a class="el" href="class_c_video_settings_dlg.html#a5">CVideoSettingsDlg</a><li>showMaximized()
: <a class="el" href="class_c_web_cam_viewer.html#a5">CWebCamViewer</a><li>ShowMixerControls()
: <a class="el" href="class_c_audio_device_linux.html#i0">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#a16">CAudioDevice</a><li>ShowSourceDialog()
: <a class="el" href="class_c_video_device_win32.html#i2">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#a32">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#i2">CVideoDevice</a><li>ShowSourceTab()
: <a class="el" href="class_c_video_settings_dlg.html#a6">CVideoSettingsDlg</a><li>ShowTunerDialog()
: <a class="el" href="class_c_video_device.html#i3">CVideoDevice</a><li>SizeChanged()
: <a class="el" href="class_c_video_device.html#l2">CVideoDevice</a><li>sizeHint()
: <a class="el" href="class_c_audio_display_volume.html#a6">CAudioDisplayVolume</a>, <a class="el" href="class_c_image_widget.html#a2">CImageWidget</a>, <a class="el" href="class_c_cam_panel.html#a14">CCamPanel</a>, <a class="el" href="class_c_audio_display.html#a2">CAudioDisplay</a><li>sizePolicy()
: <a class="el" href="class_c_cam_panel.html#a15">CCamPanel</a><li>SoundAttributes()
: <a class="el" href="struct_sound_attributes.html#a0">SoundAttributes</a><li>SoundAttributesChanged()
: <a class="el" href="class_c_audio_device.html#l2">CAudioDevice</a><li>SpaceLeft()
: <a class="el" href="class_c_ring_buffer_writer.html#a3">CRingBufferWriter</a><li>SpaceUsed()
: <a class="el" href="class_c_ring_buffer_reader.html#a2">CRingBufferReader</a>, <a class="el" href="class_c_ring_buffer_writer.html#a4">CRingBufferWriter</a><li>Splice()
: <a class="el" href="class_c_memory_audio_sample.html#a10">CMemoryAudioSample</a><li>StartCapture()
: <a class="el" href="class_c_video_device_win32.html#b2">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#b2">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#b11">CVideoDevice</a>, <a class="el" href="class_c_audio_device_linux.html#b3">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b2">CAudioDevice</a><li>StartPlayback()
: <a class="el" href="class_c_audio_device_linux.html#b5">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b4">CAudioDevice</a><li>StateChange()
: <a class="el" href="class_c_f_t_p_client.html#l0">CFTPClient</a><li>StopCapture()
: <a class="el" href="class_c_video_device_win32.html#b3">CVideoDeviceWin32</a>, <a class="el" href="class_c_video_device_linux.html#b3">CVideoDeviceLinux</a>, <a class="el" href="class_c_video_device.html#b12">CVideoDevice</a>, <a class="el" href="class_c_audio_device_linux.html#b4">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b3">CAudioDevice</a><li>StopPlayback()
: <a class="el" href="class_c_audio_device_linux.html#b6">CAudioDeviceLinux</a>, <a class="el" href="class_c_audio_device.html#b5">CAudioDevice</a><li>Store()
: <a class="el" href="class_c_codec_image.html#a8">CCodecImage</a><li>SubbandBackward()
: <a class="el" href="class_c_codec_image_subband.html#a5">CCodecImageSubband</a><li>SubbandForward()
: <a class="el" href="class_c_codec_image_subband.html#a4">CCodecImageSubband</a><li>SubbandForwardReferenceImp()
: <a class="el" href="class_c_codec_image_subband.html#a6">CCodecImageSubband</a><li>SystemChannelClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j2">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j8">CChannelEditor</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>TimeOut()
: <a class="el" href="class_c_f_t_p_client.html#l4">CFTPClient</a><li>ToggledAGC()
: <a class="el" href="class_c_video_settings_dlg.html#j10">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j27">CVideoSettings</a><li>ToggledAppendToFile()
: <a class="el" href="class_c_trace_manager.html#j6">CTraceManager</a><li>ToggledBacklight()
: <a class="el" href="class_c_video_settings_dlg.html#j16">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j28">CVideoSettings</a><li>ToggledCatchQDebug()
: <a class="el" href="class_c_trace_manager.html#j3">CTraceManager</a><li>ToggledCatchQWarning()
: <a class="el" href="class_c_trace_manager.html#j4">CTraceManager</a><li>ToggledContour()
: <a class="el" href="class_c_video_settings_dlg.html#j14">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j29">CVideoSettings</a><li>ToggledFlicker()
: <a class="el" href="class_c_video_settings_dlg.html#j17">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j30">CVideoSettings</a><li>ToggledOutput()
: <a class="el" href="class_c_trace_manager.html#j5">CTraceManager</a><li>ToggledShutter()
: <a class="el" href="class_c_video_settings_dlg.html#j12">CVideoSettingsDlg</a>, <a class="el" href="class_c_video_settings.html#j31">CVideoSettings</a><li>TogglePanelsDlg()
: <a class="el" href="class_c_codec_frame.html#j0">CCodecFrame</a><li>TotalLength()
: <a class="el" href="class_c_audio_sample.html#a6">CAudioSample</a><li>TVChannel()
: <a class="el" href="class_t_v_channel.html#a1">TVChannel</a><li>TVChannelChanged()
: <a class="el" href="class_c_video_device.html#l6">CVideoDevice</a></ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>UnregisterPanel()
: <a class="el" href="class_c_codec_frame.html#b3">CCodecFrame</a><li>UpClicked()
: <a class="el" href="class_c_channel_editor_dlg.html#j7">CChannelEditorDlg</a>, <a class="el" href="class_c_channel_editor.html#j9">CChannelEditor</a><li>Update()
: <a class="el" href="class_c_codec_image_viewer.html#a2">CCodecImageViewer</a><li>UpdateControls()
: <a class="el" href="class_c_audio_control_linux.html#l1">CAudioControlLinux</a><li>Updated()
: <a class="el" href="class_c_cam_panel.html#l8">CCamPanel</a><li>UpdateFromDevice()
: <a class="el" href="class_c_audio_mixer_element.html#i0">CAudioMixerElement</a><li>UpdatePanel()
: <a class="el" href="class_c_r_g_b_show.html#i0">CRGBShow</a>, <a class="el" href="class_c_intg_panel.html#j0">CIntgPanel</a>, <a class="el" href="class_c_diff_panel.html#i0">CDiffPanel</a>, <a class="el" href="class_c_delta_panel.html#a1">CDeltaPanel</a>, <a class="el" href="class_c_d_c_t_panel.html#i0">CDCTPanel</a>, <a class="el" href="class_c_simple_codec.html#i0">CSimpleCodec</a><li>UpdatePanelView()
: <a class="el" href="class_c_codec_frame.html#j2">CCodecFrame</a><li>Upload()
: <a class="el" href="class_c_f_t_p_client.html#a8">CFTPClient</a><li>UseOutput()
: <a class="el" href="class_c_trace_manager.html#i5">CTraceManager</a><li>UserClickedSomething()
: <a class="el" href="class_c_audio_mixer_element.html#l0">CAudioMixerElement</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>VideoFrameReady()
: <a class="el" href="class_c_web_cam_codec_subband.html#j3">CWebCamCodecSubband</a><li>viewportResizeEvent()
: <a class="el" href="class_c_audio_control_scroll_widget.html#b0">CAudioControlScrollWidget</a></ul>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>Width()
: <a class="el" href="class_c_codec_image.html#a4">CCodecImage</a>, <a class="el" href="struct_c_codec_image_1_1_image_data.html#o1">CCodecImage::ImageData</a><li>WriterAttached()
: <a class="el" href="class_c_ring_buffer.html#l2">CRingBuffer</a><li>WriterDetached()
: <a class="el" href="class_c_ring_buffer.html#l3">CRingBuffer</a><li>WriteToBuffer()
: <a class="el" href="class_c_ring_buffer_writer.html#a2">CRingBufferWriter</a></ul>
<h3><a class="anchor" name="index_y">- y -</a></h3><ul>
<li>YUVTriplet()
: <a class="el" href="class_y_u_v_triplet.html#a1">YUVTriplet&lt; Image &gt;</a></ul>
<h3><a class="anchor" name="index_~">- ~ -</a></h3><ul>
<li>~CAdaptiveHuffman()
: <a class="el" href="class_c_adaptive_huffman.html#a1">CAdaptiveHuffman</a><li>~CAuControls()
: <a class="el" href="class_c_au_controls.html#a1">CAuControls</a><li>~CAudioControlLinux()
: <a class="el" href="class_c_audio_control_linux.html#a1">CAudioControlLinux</a><li>~CAudioDevice()
: <a class="el" href="class_c_audio_device.html#a1">CAudioDevice</a><li>~CAudioDeviceLinux()
: <a class="el" href="class_c_audio_device_linux.html#a1">CAudioDeviceLinux</a><li>~CAudioDisplay()
: <a class="el" href="class_c_audio_display.html#a1">CAudioDisplay</a><li>~CAudioDisplayVolume()
: <a class="el" href="class_c_audio_display_volume.html#a2">CAudioDisplayVolume</a><li>~CAudioMixerElement()
: <a class="el" href="class_c_audio_mixer_element.html#a1">CAudioMixerElement</a><li>~CAudioOpenDlg()
: <a class="el" href="class_c_audio_open_dlg.html#a1">CAudioOpenDlg</a><li>~CAudioSample()
: <a class="el" href="class_c_audio_sample.html#a2">CAudioSample</a><li>~CAudioSettings()
: <a class="el" href="class_c_audio_settings.html#a1">CAudioSettings</a><li>~CBasicPanel()
: <a class="el" href="class_c_basic_panel.html#a1">CBasicPanel</a><li>~CCamPanel()
: <a class="el" href="class_c_cam_panel.html#a0">CCamPanel</a><li>~CCamStreamApp()
: <a class="el" href="class_c_cam_stream_app.html#a1">CCamStreamApp</a><li>~CCamStreamMainWindow()
: <a class="el" href="class_c_cam_stream_main_window.html#a1">CCamStreamMainWindow</a><li>~CCamWindow()
: <a class="el" href="class_c_cam_window.html#a0">CCamWindow</a><li>~CChannelEditor()
: <a class="el" href="class_c_channel_editor.html#a1">CChannelEditor</a><li>~CChannelSelector()
: <a class="el" href="class_c_channel_selector.html#a1">CChannelSelector</a><li>~CCodecFrame()
: <a class="el" href="class_c_codec_frame.html#a1">CCodecFrame</a><li>~CCodecImage()
: <a class="el" href="class_c_codec_image.html#a3">CCodecImage</a><li>~CCodecImageSubband()
: <a class="el" href="class_c_codec_image_subband.html#a1">CCodecImageSubband</a><li>~CDCTPanel()
: <a class="el" href="class_c_d_c_t_panel.html#a1">CDCTPanel</a><li>~CFTPClient()
: <a class="el" href="class_c_f_t_p_client.html#a1">CFTPClient</a><li>~CFTPPut()
: <a class="el" href="class_c_f_t_p_put.html#a1">CFTPPut</a><li>~CFTPSettings()
: <a class="el" href="class_c_f_t_p_settings.html#a1">CFTPSettings</a><li>~CMainWindow()
: <a class="el" href="class_c_main_window.html#a1">CMainWindow</a><li>~CMemoryAudioSample()
: <a class="el" href="class_c_memory_audio_sample.html#a3">CMemoryAudioSample</a><li>~COpenDeviceDlg()
: <a class="el" href="class_c_open_device_dlg.html#a1">COpenDeviceDlg</a><li>~COptionsXML()
: <a class="el" href="class_c_options_x_m_l.html#a0">COptionsXML</a><li>~CRingBuffer()
: <a class="el" href="class_c_ring_buffer.html#a1">CRingBuffer</a><li>~CRingBufferReader()
: <a class="el" href="class_c_ring_buffer_reader.html#a1">CRingBufferReader</a><li>~CRingBufferWriter()
: <a class="el" href="class_c_ring_buffer_writer.html#a1">CRingBufferWriter</a><li>~CSimpleCodec()
: <a class="el" href="class_c_simple_codec.html#a1">CSimpleCodec</a><li>~CSnapshotSettings()
: <a class="el" href="class_c_snapshot_settings.html#a1">CSnapshotSettings</a><li>~CTimeSnapDlg()
: <a class="el" href="class_c_time_snap_dlg.html#a1">CTimeSnapDlg</a><li>~CTraceManager()
: <a class="el" href="class_c_trace_manager.html#a0">CTraceManager</a><li>~CTraceWindowDlg()
: <a class="el" href="class_c_trace_window_dlg.html#a1">CTraceWindowDlg</a><li>~CVideoDevice()
: <a class="el" href="class_c_video_device.html#a35">CVideoDevice</a><li>~CVideoDeviceLinux()
: <a class="el" href="class_c_video_device_linux.html#a1">CVideoDeviceLinux</a><li>~CVideoDeviceOptions()
: <a class="el" href="class_c_video_device_options.html#a1">CVideoDeviceOptions</a><li>~CVideoDeviceWin32()
: <a class="el" href="class_c_video_device_win32.html#a1">CVideoDeviceWin32</a><li>~CVideoFrame()
: <a class="el" href="class_c_video_frame.html#a1">CVideoFrame</a><li>~CVideoSettings()
: <a class="el" href="class_c_video_settings.html#a1">CVideoSettings</a><li>~CVideoSettingsDlg()
: <a class="el" href="class_c_video_settings_dlg.html#a1">CVideoSettingsDlg</a><li>~CWebCamCodecSubband()
: <a class="el" href="class_c_web_cam_codec_subband.html#a1">CWebCamCodecSubband</a><li>~CWebCamViewer()
: <a class="el" href="class_c_web_cam_viewer.html#a4">CWebCamViewer</a><li>~HuffNode()
: <a class="el" href="struct_huff_node.html#a1">HuffNode</a><li>~ImageData()
: <a class="el" href="struct_c_codec_image_1_1_image_data.html#a1">CCodecImage::ImageData</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 13 23:38:47 2006 for CamStream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>