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

◆ VideoFileContainer() [1/2]

MayaFlux::Kakshya::VideoFileContainer::VideoFileContainer ( )

Construct with default parameters.

Definition at line 5 of file VideoFileContainer.cpp.

6 : VideoStreamContainer(0, 0, 4, 0.0)
7{
8}
VideoStreamContainer(uint32_t width=0, uint32_t height=0, uint32_t channels=4, double frame_rate=0.0)
Construct a VideoStreamContainer with specified parameters.