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
10
namespace
webrtc {
class
VideoFrameMetadata; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
TransformableVideoFrameInterface
:
public
::webrtc::TransformableFrameInterface
{
16
public
:
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
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace webrtc
webrtc::TransformableFrameInterface
Definition
TransformableFrameInterface.h:12
webrtc::TransformableVideoFrameInterface
Definition
TransformableVideoFrameInterface.h:15
webrtc::VideoFrameMetadata
Definition
VideoFrameMetadata.h:21
src
mc
external
webrtc
TransformableVideoFrameInterface.h
Generated on Wed Jul 23 2025 08:34:11 for LeviLamina by
1.12.0