|
| VideoFormat () noexcept |
| Construct a VideoFormat object by default.
|
|
| VideoFormat (int width, int height, bool interlaced, double fps, uint32_t pixelformat, v4l2_quantization quantization, v4l2_colorspace v4l2_colorspace colorspace) noexcept |
| Construct a VideoFormat object with initial values.
|
|
void | GetFramerate (int &numerator, int &denominator) const noexcept |
| Get the numerator and denominator of the frame rate.
|
|
double | GetFramerate () const noexcept |
| Get the frame rate in floating point.
|
|
int | GetWidth () const noexcept |
| Get the picture width in pixels.
|
|
int | GetHeight () const noexcept |
| Get the height of the picture in pixels.
|
|
int | GetFieldHeight () int GetFieldHeight() const noexcept |
| Get the height of the field in pixels.
|
|
bool | GetInterlaced () const noexcept |
| Gets whether or not the interlace method is used.
|
|
uint32_t | GetPixelFormat () const noexcept |
| Get pixel format.
|
|
v4l2_quantization | GetQuantization () const noexcept |
| Get whether Limited range or Full range.
|
|
v4l2_colorspace | GetColorSpace () const noexcept |
| Get the color space.
|
|
bool | operator== (const VideoFormat &other) const |
|
| VideoFormat () noexcept |
| VideoFormatオブジェクトをデフォルト構築する。
|
|
| VideoFormat (int width, int height, bool interlaced, double fps, uint32_t pixelformat, v4l2_quantization quantization, v4l2_colorspace colorspace) noexcept |
| VideoFormatオブジェクトを初期値付きで構築する。
|
|
void | GetFramerate (int &numerator, int &denominator) const noexcept |
| フレームレートの分子と分母を取得する。
|
|
double | GetFramerate () const noexcept |
| フレームレートを浮動小数点で取得する。
|
|
int | GetWidth () const noexcept |
| ピクチャの横幅をピクセル数で取得する。
|
|
int | GetHeight () const noexcept |
| ピクチャの高さをピクセル数で取得する。
|
|
int | GetFieldHeight () const noexcept |
| フィールドの高さをピクセル数で取得する。
|
|
bool | GetInterlaced () const noexcept |
| インターレース方式か否かを取得する。
|
|
uint32_t | GetPixelFormat () const noexcept |
| ピクセルフォーマットを取得する。
|
|
v4l2_quantization | GetQuantization () const noexcept |
| Limited rangeかFull rangeかを取得する。
|
|
v4l2_colorspace | GetColorSpace () const noexcept |
| 色空間を取得する。
|
|
bool | operator== (const VideoFormat &other) const |
|
bool | operator!= (const VideoFormat &other) const |
|
Video format information.
映像のフォーマット情報