A 2-dimensional size for images and video streams. More...
#include <foleys_Structures.h>
Public Member Functions | |
| double | getAspectRatio () const |
| juce::String | toString () const |
| bool | isEmpty () const |
Public Attributes | |
| int | width = 0 |
| int | height = 0 |
A 2-dimensional size for images and video streams.
| double getAspectRatio | ( | ) | const |
References Size::height, and Size::width.
| juce::String toString | ( | ) | const |
References Size::height, and Size::width.
Referenced by VideoFifo::setVideoSettings(), and VideoStreamSettings::toString().
| bool isEmpty | ( | ) | const |
References Size::height, and Size::width.
Referenced by MediaFoundationReader::Pimpl::getStillImage(), and VideoStreamSettings::isValid().
| int width = 0 |
| int height = 0 |