reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofGstVideoFormat Struct Reference

#include <ofGstVideoGrabber.h>

Public Attributes

std::string mimetype
 
std::string format_name
 
int width
 
int height
 
std::vector< ofGstFramerateframerates
 
ofGstFramerate choosen_framerate
 

Member Data Documentation

◆ choosen_framerate

ofGstFramerate ofGstVideoFormat::choosen_framerate

◆ format_name

std::string ofGstVideoFormat::format_name

◆ framerates

std::vector<ofGstFramerate> ofGstVideoFormat::framerates

◆ height

int ofGstVideoFormat::height

◆ mimetype

std::string ofGstVideoFormat::mimetype

◆ width

int ofGstVideoFormat::width

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