LeviLamina
Loading...
Searching...
No Matches
SdpVideoFormat.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ScalabilityMode.h"
7
8namespace webrtc {
9
10struct SdpVideoFormat {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 SdpVideoFormat& operator=(SdpVideoFormat const&);
22 SdpVideoFormat(SdpVideoFormat const&);
23 SdpVideoFormat();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI bool IsSameCodec(::webrtc::SdpVideoFormat const& other) const;
29
30 MCNAPI SdpVideoFormat(::std::string const& name, ::std::map<::std::string, ::std::string> const& parameters);
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor(::std::string const& name, ::std::map<::std::string, ::std::string> const& parameters);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition Alias.h:14
Definition SdpVideoFormat.h:10
MCAPI bool IsSameCodec(::webrtc::SdpVideoFormat const &other) const
MCAPI SdpVideoFormat(::std::string const &name, ::std::map<::std::string, ::std::string > const &parameters)
MCAPI void * $ctor(::std::string const &name, ::std::map<::std::string, ::std::string > const &parameters)