MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ VideoFileContainer() [2/2]

MayaFlux::Kakshya::VideoFileContainer::VideoFileContainer ( uint32_t  width,
uint32_t  height,
Portal::Graphics::ImageFormat  format,
double  frame_rate 
)

Construct with explicit video parameters.

Parameters
widthFrame width in pixels.
heightFrame height in pixels.
formatPixel format (determines channels and storage type).
frame_rateFrame rate in fps.

Definition at line 10 of file VideoFileContainer.cpp.

14 : VideoStreamContainer(width, height, format, frame_rate)
15{
16}
uint32_t width
uint32_t height
VideoStreamContainer(uint32_t width=0, uint32_t height=0, Portal::Graphics::ImageFormat format=Portal::Graphics::ImageFormat::RGBA8, double frame_rate=0.0)
Construct a VideoStreamContainer with specified parameters.