LeviLamina
Loading...
Searching...
No Matches
MediaStream.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/scoped_refptr.h"
7
8namespace webrtc {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI explicit MediaStream(::std::string const&);
15 // NOLINTEND
16
17public:
18 // static functions
19 // NOLINTBEGIN
20 MCAPI static ::webrtc::scoped_refptr<::webrtc::MediaStream> Create(::std::string const&);
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCAPI void* $ctor(::std::string const&);
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCAPI static void** $vftableForRefCountInterface();
33
34 MCAPI static void** $vftableForNotifierInterface();
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition MediaStream.h:10