MCPcopy Create free account
hub / github.com/MaartenBaert/ssr / GetQueuedFrameCount

Method GetQueuedFrameCount

src/AV/Output/BaseEncoder.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121unsigned int BaseEncoder::GetQueuedFrameCount() {
122 SharedLock lock(&m_shared_data);
123 return lock->m_frame_queue.size();
124}
125
126unsigned int BaseEncoder::GetQueuedPacketCount() {
127 return GetMuxer()->GetQueuedPacketCount(GetStream()->index);

Callers 2

GetVideoFrameDelayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected