LeviLamina
Loading...
Searching...
No Matches
SessionDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/MediaProtocolType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class ContentGroup; }
11namespace cricket { class ContentInfo; }
12namespace cricket { class MediaContentDescription; }
13namespace cricket { struct TransportInfo; }
14// clang-format on
15
16namespace cricket {
17
19public:
20 // member variables
21 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SessionDescription& operator=(SessionDescription const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCNAPI void AddContent(
39 ::std::string const&,
40 ::cricket::MediaProtocolType,
41 bool,
42 ::std::unique_ptr<::cricket::MediaContentDescription>
43 );
44
45 MCNAPI void AddContent(
46 ::std::string const&,
47 ::cricket::MediaProtocolType,
48 bool,
49 bool,
50 ::std::unique_ptr<::cricket::MediaContentDescription>
51 );
52
54
55 MCNAPI ::std::unique_ptr<::cricket::SessionDescription> Clone() const;
56
57 MCNAPI ::cricket::ContentInfo const* GetContentByName(::std::string const&) const;
58
59 MCNAPI ::std::vector<::cricket::ContentGroup const*> GetGroupsByName(::std::string const&) const;
60
61 MCNAPI ::cricket::TransportInfo const* GetTransportInfoByName(::std::string const&) const;
62
63 MCNAPI ::cricket::TransportInfo* GetTransportInfoByName(::std::string const&);
64
65 MCNAPI bool HasGroup(::std::string const&) const;
66
68
70
71 MCNAPI void set_extmap_allow_mixed(bool);
72
74 // NOLINTEND
75
76public:
77 // constructor thunks
78 // NOLINTBEGIN
79 MCNAPI void* $ctor();
80
82 // NOLINTEND
83
84public:
85 // destructor thunk
86 // NOLINTBEGIN
87 MCNAPI void $dtor();
88 // NOLINTEND
89};
90
91} // namespace cricket
Definition ContentInfo.h:12
Definition SessionDescription.h:18
MCAPI void AddContent(::std::string const &, ::cricket::MediaProtocolType, bool, bool, ::std::unique_ptr<::cricket::MediaContentDescription >)
MCAPI void * $ctor(::cricket::SessionDescription const &)
MCAPI void AddContent(::std::string const &, ::cricket::MediaProtocolType, bool, ::std::unique_ptr<::cricket::MediaContentDescription >)
MCAPI void AddTransportInfo(::cricket::TransportInfo const &)
MCAPI ::std::unique_ptr<::cricket::SessionDescription > Clone() const
MCAPI void set_extmap_allow_mixed(bool)
MCAPI void AddContent(::cricket::ContentInfo &&)
MCAPI SessionDescription(::cricket::SessionDescription const &)
MCAPI::cricket::ContentInfo const * GetContentByName(::std::string const &) const
MCAPI::cricket::TransportInfo * GetTransportInfoByName(::std::string const &)
MCAPI ::std::vector<::cricket::ContentGroup const * > GetGroupsByName(::std::string const &) const
MCAPI::cricket::TransportInfo const * GetTransportInfoByName(::std::string const &) const
MCAPI bool HasGroup(::std::string const &) const
Definition TransportInfo.h:7
Definition Alias.h:14