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 MCAPI ::cricket::MediaReceiverInfo& operator=(::cricket::MediaReceiverInfo const&);
43
44 MCAPI uint ssrc() const;
45
46 MCAPI ~MediaReceiverInfo();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::cricket::MediaReceiverInfo const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace cricket
Definition MediaReceiverInfo.h:7
Definition Alias.h:14