MCPcopy 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

70class Frame {
71public:
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