webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::ContentInfo Struct Reference

#include <sessiondescription.h>

Public Member Functions

 ContentInfo ()
 
 ContentInfo (const std::string &name, const std::string &type, ContentDescription *description)
 
 ContentInfo (const std::string &name, const std::string &type, bool rejected, ContentDescription *description)
 
 ContentInfo (const std::string &name, const std::string &type, bool rejected, bool bundle_only, ContentDescription *description)
 
 ContentInfo ()
 
 ContentInfo (const std::string &name, const std::string &type, ContentDescription *description)
 
 ContentInfo (const std::string &name, const std::string &type, bool rejected, ContentDescription *description)
 
 ContentInfo (const std::string &name, const std::string &type, bool rejected, bool bundle_only, ContentDescription *description)
 

Public Attributes

std::string name
 
std::string type
 
bool rejected = false
 
bool bundle_only = false
 
ContentDescriptiondescription = nullptr
 

Constructor & Destructor Documentation

◆ ContentInfo() [1/8]

cricket::ContentInfo::ContentInfo ( )
inline

◆ ContentInfo() [2/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
ContentDescription description 
)
inline

◆ ContentInfo() [3/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
bool  rejected,
ContentDescription description 
)
inline

◆ ContentInfo() [4/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
bool  rejected,
bool  bundle_only,
ContentDescription description 
)
inline

◆ ContentInfo() [5/8]

cricket::ContentInfo::ContentInfo ( )
inline

◆ ContentInfo() [6/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
ContentDescription description 
)
inline

◆ ContentInfo() [7/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
bool  rejected,
ContentDescription description 
)
inline

◆ ContentInfo() [8/8]

cricket::ContentInfo::ContentInfo ( const std::string name,
const std::string type,
bool  rejected,
bool  bundle_only,
ContentDescription description 
)
inline

Member Data Documentation

◆ bundle_only

bool cricket::ContentInfo::bundle_only = false

◆ description

ContentDescription * cricket::ContentInfo::description = nullptr

◆ name

std::string cricket::ContentInfo::name

◆ rejected

bool cricket::ContentInfo::rejected = false

◆ type

std::string cricket::ContentInfo::type

The documentation for this struct was generated from the following file: