Ocean
DSRecorder.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#ifndef META_OCEAN_MEDIA_DS_RECORDER_H
9
#define META_OCEAN_MEDIA_DS_RECORDER_H
10
11
#include "
ocean/media/directshow/DirectShow.h
"
12
#include "
ocean/media/directshow/DSGraphObject.h
"
13
14
#include "
ocean/media/Recorder.h
"
15
16
namespace
Ocean
17
{
18
19
namespace
Media
20
{
21
22
namespace
DirectShow
23
{
24
25
/**
26
* This class is the base class for all DirectShow recorders.
27
* @ingroup mediads
28
*/
29
class
OCEAN_MEDIA_DS_EXPORT
DSRecorder
:
30
virtual
public
DSGraphObject
,
31
virtual
public
Recorder
32
{
33
protected
:
34
35
/**
36
* Creates a new DirectShow recorder.
37
*/
38
DSRecorder
();
39
40
/**
41
* Destructs a DirectShow recorder.
42
*/
43
~DSRecorder
()
override
;
44
};
45
46
}
47
48
}
49
50
}
51
52
#endif
// META_OCEAN_MEDIA_DS_RECORDER_H
DSGraphObject.h
DirectShow.h
Recorder.h
Ocean::Media::DirectShow::DSGraphObject
This class is the base class for all object holding a DirectShow filter graph manager.
Definition:
DSGraphObject.h:28
Ocean::Media::DirectShow::DSRecorder
This class is the base class for all DirectShow recorders.
Definition:
DSRecorder.h:32
Ocean::Media::DirectShow::DSRecorder::~DSRecorder
~DSRecorder() override
Destructs a DirectShow recorder.
Ocean::Media::DirectShow::DSRecorder::DSRecorder
DSRecorder()
Creates a new DirectShow recorder.
Ocean::Media::Recorder
This class is the base class for all recorder.
Definition:
Recorder.h:37
Ocean
The namespace covering the entire Ocean framework.
Definition:
Accessor.h:15
impl
ocean
media
directshow
DSRecorder.h
Generated on Wed Nov 13 2024 18:48:16 for Ocean by
1.9.1