LeviLamina
Loading...
Searching...
No Matches
TransformableVideoFrameInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/TransformableFrameInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class VideoFrameMetadata; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~TransformableVideoFrameInterface() /*override*/ = default;
21
22 // vIndex: 10
23 virtual bool IsKeyFrame() const = 0;
24
25 // vIndex: 11
26 virtual ::webrtc::VideoFrameMetadata Metadata() const = 0;
27
28 // vIndex: 12
29 virtual void SetMetadata(::webrtc::VideoFrameMetadata const&) = 0;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
38
39} // namespace webrtc
Definition TransformableFrameInterface.h:12
Definition TransformableVideoFrameInterface.h:15
Definition VideoFrameMetadata.h:21