|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kakshya::VideoStreamContainer::VideoStreamContainer | ( | uint32_t | width = 0, |
| uint32_t | height = 0, |
||
| uint32_t | channels = 4, |
||
| double | frame_rate = 0.0 |
||
| ) |
Construct a VideoStreamContainer with specified parameters.
| width | Frame width in pixels. |
| height | Frame height in pixels. |
| channels | Colour channels per pixel (default 4 for RGBA). |
| frame_rate | Temporal rate in frames per second. |
Definition at line 19 of file VideoStreamContainer.cpp.
References MayaFlux::Kakshya::ContainerDataStructure::image_interleaved(), m_structure, MayaFlux::Kakshya::ContainerDataStructure::modality, setup_dimensions(), and MayaFlux::Kakshya::VIDEO_COLOR.
Here is the call graph for this function: