SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
capturer_video_source.hpp
1
#ifndef SKYWAY_MEDIA_INTERFACE_CAPTURER_VIDEO_SOURCE_HPP_
2
#define SKYWAY_MEDIA_INTERFACE_CAPTURER_VIDEO_SOURCE_HPP_
3
4
#include <media/base/adapted_video_track_source.h>
5
6
namespace
skyway {
7
namespace
media {
8
namespace
interface {
9
10
class
InternalCapturerVideoSource
:
public
rtc::AdaptedVideoTrackSource {
11
public
:
12
virtual
~InternalCapturerVideoSource
() =
default
;
13
};
14
15
class
CapturerVideoSource
{
16
public
:
17
virtual
~CapturerVideoSource
() =
default
;
18
19
virtual
rtc::scoped_refptr<InternalCapturerVideoSource> GetSource() = 0;
20
};
21
22
}
// namespace interface
23
}
// namespace media
24
}
// namespace skyway
25
26
#endif
/* SKYWAY_MEDIA_INTERFACE_CAPTURER_VIDEO_SOURCE_HPP_ */
skyway::media::interface::CapturerVideoSource
Definition
capturer_video_source.hpp:15
skyway::media::interface::InternalCapturerVideoSource
Definition
capturer_video_source.hpp:10
include
skyway
media
interface
capturer_video_source.hpp
構築:
1.9.8