Searched refs:boxUuidType_ (Results 1 – 2 of 2) sorted by relevance
65 boxUuidType_.resize(UUID_TYPE_BYTE_NUM); in ParseHeader()66 reader.GetStream()->Read(reinterpret_cast<char*>(boxUuidType_.data()), UUID_TYPE_BYTE_NUM); in ParseHeader()287 boxUuidType_ = box.boxUuidType_; in SetHeaderInfo()
47 const std::vector<uint8_t>& GetBoxUuidType() const { return boxUuidType_; } in GetBoxUuidType()97 std::vector<uint8_t> boxUuidType_; variable