Ring Daemon
16.0.0
Loading...
Searching...
No Matches
capture_graph_interfaces.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2004-2025 Savoir-faire Linux Inc.
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef CAPTURE_GRAPH_INTERFACES
19
#define CAPTURE_GRAPH_INTERFACES
20
21
#include <dshow.h>
22
23
namespace
jami
{
24
namespace
video
{
25
26
class
CaptureGraphInterfaces
27
{
28
public
:
29
CaptureGraphInterfaces
()
30
:
captureGraph_
(
nullptr
)
31
,
graph_
(
nullptr
)
32
,
videoInputFilter_
(
nullptr
)
33
,
streamConf_
(
nullptr
)
34
{}
35
36
ICaptureGraphBuilder2
*
captureGraph_
;
37
IGraphBuilder
*
graph_
;
38
IBaseFilter
*
videoInputFilter_
;
39
IAMStreamConfig
*
streamConf_
;
40
};
41
42
}
// namespace video
43
}
// namespace jami
44
45
#endif
jami::video::CaptureGraphInterfaces
Definition
capture_graph_interfaces.h:27
jami::video::CaptureGraphInterfaces::streamConf_
IAMStreamConfig * streamConf_
Definition
capture_graph_interfaces.h:39
jami::video::CaptureGraphInterfaces::CaptureGraphInterfaces
CaptureGraphInterfaces()
Definition
capture_graph_interfaces.h:29
jami::video::CaptureGraphInterfaces::graph_
IGraphBuilder * graph_
Definition
capture_graph_interfaces.h:37
jami::video::CaptureGraphInterfaces::captureGraph_
ICaptureGraphBuilder2 * captureGraph_
Definition
capture_graph_interfaces.h:36
jami::video::CaptureGraphInterfaces::videoInputFilter_
IBaseFilter * videoInputFilter_
Definition
capture_graph_interfaces.h:38
jami
Definition
account.cpp:61
jami::emitSignal
void emitSignal(Args... args)
Definition
ring_signal.h:64
StreamType::video
@ video
src
media
video
winvideo
capture_graph_interfaces.h
Generated on Thu Jun 19 2025 15:50:37 for Ring Daemon by
1.9.8