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 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI explicit MediaStream(::std::string const&);
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCNAPI static ::webrtc::scoped_refptr<::webrtc::MediaStream> Create(::std::string const&);
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCNAPI void* $ctor(::std::string const&);
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftableForRefCountInterface();
37
38 MCNAPI static void** $vftableForNotifierInterface();
39 // NOLINTEND
40};
41
42} // namespace webrtc
Definition MediaStream.h:10
MCAPI MediaStream(::std::string const &)
static MCAPI void ** $vftableForRefCountInterface()
static MCAPI ::webrtc::scoped_refptr<::webrtc::MediaStream > Create(::std::string const &)
MCAPI void * $ctor(::std::string const &)
static MCAPI void ** $vftableForNotifierInterface()