LeviLamina
Loading...
Searching...
No Matches
videocontenttypehelpers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/VideoContentType.h"
7
8namespace webrtc::videocontenttypehelpers {
9// functions
10// NOLINTBEGIN
11MCAPI bool IsScreenshare(::webrtc::VideoContentType const&);
12
13MCAPI char const* ToString(::webrtc::VideoContentType const&);
14// NOLINTEND
15
16} // namespace webrtc::videocontenttypehelpers