uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvgv3cbitstream::V3cGof Struct Reference

#include <v3cbitstream.hpp>

Collaboration diagram for uvgv3cbitstream::V3cGof:

Public Attributes

size_t gof_id = 0
 
size_t n_frames = 0
 
std::unique_ptr< Vpsvps = nullptr
 
std::unique_ptr< AtlasContextatlas = nullptr
 
std::unique_ptr< std::vector< uint8_t > > ovd = nullptr
 
std::unique_ptr< std::vector< uint8_t > > gvd = nullptr
 
std::unique_ptr< std::vector< uint8_t > > avd = nullptr
 

Member Data Documentation

◆ atlas

std::unique_ptr<AtlasContext> uvgv3cbitstream::V3cGof::atlas = nullptr

◆ avd

std::unique_ptr<std::vector<uint8_t> > uvgv3cbitstream::V3cGof::avd = nullptr

◆ gof_id

size_t uvgv3cbitstream::V3cGof::gof_id = 0

◆ gvd

std::unique_ptr<std::vector<uint8_t> > uvgv3cbitstream::V3cGof::gvd = nullptr

◆ n_frames

size_t uvgv3cbitstream::V3cGof::n_frames = 0

◆ ovd

std::unique_ptr<std::vector<uint8_t> > uvgv3cbitstream::V3cGof::ovd = nullptr

◆ vps

std::unique_ptr<Vps> uvgv3cbitstream::V3cGof::vps = nullptr

The documentation for this struct was generated from the following file: