3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/MediaProtocolType.h"
10namespace cricket {
class ContentGroup; }
11namespace cricket {
class ContentInfo; }
12namespace cricket {
class MediaContentDescription; }
13namespace cricket {
struct TransportInfo; }
39 ::std::string
const& name,
40 ::cricket::MediaProtocolType type,
42 ::std::unique_ptr<::cricket::MediaContentDescription> description
46 ::std::string
const& name,
47 ::cricket::MediaProtocolType type,
50 ::std::unique_ptr<::cricket::MediaContentDescription> description
55 MCNAPI ::std::unique_ptr<::cricket::SessionDescription>
Clone()
const;
57 MCNAPI ::cricket::ContentInfo
const*
GetContentByName(::std::string
const& name)
const;
59 MCNAPI ::std::vector<::cricket::ContentGroup const*>
GetGroupsByName(::std::string
const& name)
const;
65 MCNAPI
bool HasGroup(::std::string
const& name)
const;
Definition ContentInfo.h:12
Definition SessionDescription.h:18
MCAPI void AddContent(::std::string const &name, ::cricket::MediaProtocolType type, bool rejected, ::std::unique_ptr<::cricket::MediaContentDescription > description)
MCAPI void set_extmap_allow_mixed(bool supported)
MCAPI void * $ctor(::cricket::SessionDescription const &)
MCAPI ~SessionDescription()
MCAPI ::std::unique_ptr<::cricket::SessionDescription > Clone() const
MCAPI bool HasGroup(::std::string const &name) const
MCAPI void AddContent(::std::string const &name, ::cricket::MediaProtocolType type, bool rejected, bool bundle_only, ::std::unique_ptr<::cricket::MediaContentDescription > description)
MCAPI SessionDescription()
MCAPI void AddContent(::cricket::ContentInfo &&content)
MCAPI void AddTransportInfo(::cricket::TransportInfo const &transport_info)
MCAPI ::std::vector<::cricket::ContentGroup const * > GetGroupsByName(::std::string const &name) const
MCAPI SessionDescription(::cricket::SessionDescription const &)
MCAPI::cricket::TransportInfo * GetTransportInfoByName(::std::string const &name)
MCAPI::cricket::TransportInfo const * GetTransportInfoByName(::std::string const &) const
MCAPI::cricket::ContentInfo const * GetContentByName(::std::string const &name) const
Definition TransportInfo.h:7