MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / packets_read

Method packets_read

src/FFmpegReader.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 bool end_of_file = true;
59
60 int64_t packets_read() {
61 // Return total packets read
62 return video_read + audio_read;
63 }
64
65 int64_t packets_decoded() {
66 // Return total packets decoded

Callers 2

CloseMethod · 0.80
ReadStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected