LeviLamina
Loading...
Searching...
No Matches
MediaReceiverInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
8public:
9 // member variables
10 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
36
37public:
38 // member functions
39 // NOLINTBEGIN
41
42 MCNAPI ::cricket::MediaReceiverInfo& operator=(::cricket::MediaReceiverInfo const&);
43
44 MCNAPI uint ssrc() const;
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor(::cricket::MediaReceiverInfo const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace cricket
Definition MediaReceiverInfo.h:7
MCAPI::cricket::MediaReceiverInfo & operator=(::cricket::MediaReceiverInfo const &)
MCAPI void * $ctor(::cricket::MediaReceiverInfo const &)
MCAPI uint ssrc() const
MCAPI MediaReceiverInfo(::cricket::MediaReceiverInfo const &)
Definition Alias.h:14