MCPcopy Create free account
hub / github.com/Tencent/libpag / length

Method length

src/codec/utils/EncodeStream.h:62–64  ·  view source on GitHub ↗

* The length of the EncodeStream object. */

Source from the content-addressed store, hash-verified

60 * The length of the EncodeStream object.
61 */
62 uint32_t length() const {
63 return static_cast<uint32_t>(_length);
64 }
65
66 /**
67 * Moves or returns the current position, of the file pointer into the EncodeStream object. This

Callers 15

ReadBodyBytesFunction · 0.45
EncodeMethod · 0.45
WriteTagHeaderFunction · 0.45
writeByteDataMethod · 0.45
readByteDataMethod · 0.45
MakeMP4TrackFunction · 0.45
WriteMdatBoxFunction · 0.45
ConcatMP4Function · 0.45
WriteCharCodeFunction · 0.45
writeH264NalusMethod · 0.45
avccMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected