Kanzi Connect  3.9.9
Kanzi Connect C++ API
kanzi::connect::StreamEncodeParameters Struct Reference

#include <stream_controller.hpp>

Public Member Functions

 StreamEncodeParameters (unsigned int video_width, unsigned int video_heigth)
 

Public Attributes

unsigned int bit_rate
 
string codecName
 
uint8_t * data
 
unsigned int gop_size
 
unsigned int height
 
string outFormat
 
string streamId
 
unsigned int timebase_den
 
unsigned int timebase_num
 
unsigned int width
 

Constructor & Destructor Documentation

◆ StreamEncodeParameters()

kanzi::connect::StreamEncodeParameters::StreamEncodeParameters ( unsigned int  video_width,
unsigned int  video_heigth 
)
inline

Member Data Documentation

◆ bit_rate

unsigned int kanzi::connect::StreamEncodeParameters::bit_rate

◆ codecName

string kanzi::connect::StreamEncodeParameters::codecName

◆ data

uint8_t* kanzi::connect::StreamEncodeParameters::data

◆ gop_size

unsigned int kanzi::connect::StreamEncodeParameters::gop_size

◆ height

unsigned int kanzi::connect::StreamEncodeParameters::height

◆ outFormat

string kanzi::connect::StreamEncodeParameters::outFormat

◆ streamId

string kanzi::connect::StreamEncodeParameters::streamId

◆ timebase_den

unsigned int kanzi::connect::StreamEncodeParameters::timebase_den

◆ timebase_num

unsigned int kanzi::connect::StreamEncodeParameters::timebase_num

◆ width

unsigned int kanzi::connect::StreamEncodeParameters::width

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