MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / StreamName

Method StreamName

src/riffvideo.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void RiffVideo::StreamName(uint64_t size_) const {
645 // This element contains a name for the stream. That stream name should only use plain ASCII, especially not UTF-8.
646 io_->seekOrThrow(io_->tell() + size_, BasicIo::beg, ErrorCode::kerFailedToReadImageData);
647}
648
649void RiffVideo::readInfoListChunk(uint64_t size_) {
650 uint64_t current_size = DWORD;

Callers

nothing calls this directly

Calls 2

seekOrThrowMethod · 0.80
tellMethod · 0.80

Tested by

no test coverage detected