| 122 | } |
| 123 | |
| 124 | std::string Stream::attributeDescribeString() const { |
| 125 | return _device->attributeDescribeString(); |
| 126 | } |
| 127 | |
| 128 | std::string Stream::getDescribeMediaLevelString() const { |
| 129 | static const char *RTSP_DESCRIBE_MEDIA_LEVEL = |
no outgoing calls
no test coverage detected