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

◆ VideoFileContainer() [2/2]

MayaFlux::Kakshya::VideoFileContainer::VideoFileContainer ( uint32_t  width,
uint32_t  height,
uint32_t  channels = 4,
double  frame_rate = 0.0 
)

Construct with explicit video parameters.

Parameters
widthFrame width in pixels.
heightFrame height in pixels.
channelsColour channels per pixel (default 4).
frame_rateFrame rate in fps.

Definition at line 10 of file VideoFileContainer.cpp.

14 : VideoStreamContainer(width, height, channels, frame_rate)
15{
16}
VideoStreamContainer(uint32_t width=0, uint32_t height=0, uint32_t channels=4, double frame_rate=0.0)
Construct a VideoStreamContainer with specified parameters.