Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/tgcalls
/ Frame
Method
Frame
tgcalls/group/VideoStreamingPart.cpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
class Frame {
71
public:
72
Frame() {
73
_frame = av_frame_alloc();
74
}
75
76
Frame(Frame &&other) {
77
_frame = other._frame;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected