|
| | SessionDescription () |
| |
| | SessionDescription (const ContentInfos &contents) |
| |
| | SessionDescription (const ContentInfos &contents, const ContentGroups &groups) |
| |
| | SessionDescription (const ContentInfos &contents, const TransportInfos &transports, const ContentGroups &groups) |
| |
| | ~SessionDescription () |
| |
| SessionDescription * | Copy () const |
| |
| const ContentInfos & | contents () const |
| |
| ContentInfos & | contents () |
| |
| const ContentInfo * | GetContentByName (const std::string &name) const |
| |
| ContentInfo * | GetContentByName (const std::string &name) |
| |
| const ContentDescription * | GetContentDescriptionByName (const std::string &name) const |
| |
| ContentDescription * | GetContentDescriptionByName (const std::string &name) |
| |
| const ContentInfo * | FirstContentByType (const std::string &type) const |
| |
| const ContentInfo * | FirstContent () const |
| |
| void | AddContent (const std::string &name, const std::string &type, ContentDescription *description) |
| |
| void | AddContent (const std::string &name, const std::string &type, bool rejected, ContentDescription *description) |
| |
| void | AddContent (const std::string &name, const std::string &type, bool rejected, bool bundle_only, ContentDescription *description) |
| |
| bool | RemoveContentByName (const std::string &name) |
| |
| const TransportInfos & | transport_infos () const |
| |
| TransportInfos & | transport_infos () |
| |
| const TransportInfo * | GetTransportInfoByName (const std::string &name) const |
| |
| TransportInfo * | GetTransportInfoByName (const std::string &name) |
| |
| const TransportDescription * | GetTransportDescriptionByName (const std::string &name) const |
| |
| void | set_transport_infos (const TransportInfos &transport_infos) |
| |
| bool | AddTransportInfo (const TransportInfo &transport_info) |
| |
| bool | RemoveTransportInfoByName (const std::string &name) |
| |
| const ContentGroups & | groups () const |
| |
| const ContentGroup * | GetGroupByName (const std::string &name) const |
| |
| bool | HasGroup (const std::string &name) const |
| |
| void | AddGroup (const ContentGroup &group) |
| |
| void | RemoveGroupByName (const std::string &name) |
| |
| void | set_msid_supported (bool supported) |
| |
| bool | msid_supported () const |
| |
| | SessionDescription () |
| |
| | SessionDescription (const ContentInfos &contents) |
| |
| | SessionDescription (const ContentInfos &contents, const ContentGroups &groups) |
| |
| | SessionDescription (const ContentInfos &contents, const TransportInfos &transports, const ContentGroups &groups) |
| |
| | ~SessionDescription () |
| |
| SessionDescription * | Copy () const |
| |
| const ContentInfos & | contents () const |
| |
| ContentInfos & | contents () |
| |
| const ContentInfo * | GetContentByName (const std::string &name) const |
| |
| ContentInfo * | GetContentByName (const std::string &name) |
| |
| const ContentDescription * | GetContentDescriptionByName (const std::string &name) const |
| |
| ContentDescription * | GetContentDescriptionByName (const std::string &name) |
| |
| const ContentInfo * | FirstContentByType (const std::string &type) const |
| |
| const ContentInfo * | FirstContent () const |
| |
| void | AddContent (const std::string &name, const std::string &type, ContentDescription *description) |
| |
| void | AddContent (const std::string &name, const std::string &type, bool rejected, ContentDescription *description) |
| |
| void | AddContent (const std::string &name, const std::string &type, bool rejected, bool bundle_only, ContentDescription *description) |
| |
| bool | RemoveContentByName (const std::string &name) |
| |
| const TransportInfos & | transport_infos () const |
| |
| TransportInfos & | transport_infos () |
| |
| const TransportInfo * | GetTransportInfoByName (const std::string &name) const |
| |
| TransportInfo * | GetTransportInfoByName (const std::string &name) |
| |
| const TransportDescription * | GetTransportDescriptionByName (const std::string &name) const |
| |
| void | set_transport_infos (const TransportInfos &transport_infos) |
| |
| bool | AddTransportInfo (const TransportInfo &transport_info) |
| |
| bool | RemoveTransportInfoByName (const std::string &name) |
| |
| const ContentGroups & | groups () const |
| |
| const ContentGroup * | GetGroupByName (const std::string &name) const |
| |
| bool | HasGroup (const std::string &name) const |
| |
| void | AddGroup (const ContentGroup &group) |
| |
| void | RemoveGroupByName (const std::string &name) |
| |
| void | set_msid_supported (bool supported) |
| |
| bool | msid_supported () const |
| |