60void setParameter(
const std::string& parameterName,
const std::string& parameterValue);
VUT
Definition const_defs.h:175
void stopEncoder()
Insure a proper end of the encoder execution.
Definition uvgvpccenc.cpp:736
void initializeEncoder()
Create the context of the uvgVPCCenc encoder. Parse the input parameters and verify if the given conf...
Definition uvgvpccenc.cpp:601
void setParameter(const std::string ¶meterName, const std::string ¶meterValue)
The only way to modify the exposed uvgVPCCenc parameters is by calling this function.
Definition uvgvpccenc.cpp:622
void encodeFrame(std::shared_ptr< uvgformat::uvgFrame > frame, v3c_unit_stream *output)
Entry point of the uvgVPCCenc library. Take as input a uvgFrame. Create all the jobs for processing t...
Definition uvgvpccenc.cpp:641
void emptyFrameQueue()
This function is called when all frames to be processed have been sent to the encoder....
Definition uvgvpccenc.cpp:725
Definition uvgvpccenc.hpp:49
One GOF-worth of ordered V3C units emitted by the encoder.
Definition v3cbitstream.hpp:67
Definition v3cbitstream.hpp:71
One complete V3C unit, including the V3C unit header.
Definition v3cbitstream.hpp:57