LeviLamina
Loading...
Searching...
No Matches
EncodedFrame.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/EncodedImage.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 EncodedFrame& operator=(EncodedFrame const&);
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~EncodedFrame() = default;
35
36 // vIndex: 1
37 virtual int64 ReceivedTime() const;
38
39 // vIndex: 2
40 virtual int64 RenderTime() const;
41
42 // vIndex: 3
43 virtual bool delayed_by_retransmission() const;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57};
58
59} // namespace webrtc
Definition EncodedFrame.h:10
Definition EncodedImage.h:12
Definition Alias.h:14