LeviLamina
Loading...
Searching...
No Matches
VideoContentTypeExtension.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 {
9
11public:
12 // static functions
13 // NOLINTBEGIN
14 MCNAPI static bool Write(::rtc::ArrayView<uchar> data, ::webrtc::VideoContentType content_type);
15 // NOLINTEND
16};
17
18} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition VideoContentTypeExtension.h:10
static MCAPI bool Write(::rtc::ArrayView< uchar > data, ::webrtc::VideoContentType content_type)