LeviLamina
Loading...
Searching...
No Matches
MediaStreamInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/NotifierInterface.h"
7#include "mc/external/webrtc/RefCountInterface.h"
8#include "mc/external/webrtc/scoped_refptr.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace webrtc { class AudioTrackInterface; }
13namespace webrtc { class VideoTrackInterface; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ::std::string id() const = 0;
23
24 virtual ::std::vector<::webrtc::scoped_refptr<::webrtc::AudioTrackInterface>> GetAudioTracks() = 0;
25
26 virtual ::std::vector<::webrtc::scoped_refptr<::webrtc::VideoTrackInterface>> GetVideoTracks() = 0;
27
28 virtual ::webrtc::scoped_refptr<::webrtc::AudioTrackInterface> FindAudioTrack(::std::string const& a1) = 0;
29
30 virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface> FindVideoTrack(::std::string const& a1) = 0;
31
33
35
37
39
40 virtual ~MediaStreamInterface() /*override*/;
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
53
55
57
59
60
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition AudioTrackInterface.h:18
Definition MediaStreamInterface.h:18
MCAPI bool $RemoveTrack(::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > a1)
MCAPI bool $AddTrack(::webrtc::scoped_refptr<::webrtc::AudioTrackInterface > a1)
MCAPI bool $AddTrack(::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > a1)
MCAPI bool $RemoveTrack(::webrtc::scoped_refptr<::webrtc::AudioTrackInterface > a1)
Definition NotifierInterface.h:12
Definition RefCountInterface.h:10
Definition VideoTrackInterface.h:20
Definition scoped_refptr.h:8