Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
media_transport.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Roc Streaming authors
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8
9//! @file roc_sdp/media_transport.h
10//! @brief SDP media transport protocol.
11
12#ifndef ROC_SDP_MEDIA_TRANSPORT_H_
13#define ROC_SDP_MEDIA_TRANSPORT_H_
14
15namespace roc {
16namespace sdp {
17
18//! Media transport protocol.
20 //! Media transport is not set.
22
23 //! RTP/AVP.
25};
26
27} // namespace sdp
28} // namespace roc
29
30#endif // ROC_SDP_MEDIA_TRANSPORT_H_
MediaTransport
Media transport protocol.
@ MediaTransport_None
Media transport is not set.
@ MediaTransport_RTP_AVP
RTP/AVP.
Root namespace.