|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Result of load_video() when audio extraction is requested via VideoReadOptions::EXTRACT_AUDIO. More...
#include <IOManager.hpp>
Collaboration diagram for MayaFlux::IO::VideoLoadResult:Public Attributes | |
| std::shared_ptr< Kakshya::VideoFileContainer > | video |
| std::shared_ptr< Kakshya::SoundFileContainer > | audio |
Result of load_video() when audio extraction is requested via VideoReadOptions::EXTRACT_AUDIO.
audio is nullptr if the file has no audio track or EXTRACT_AUDIO was not set in the options passed to load_video().
Definition at line 44 of file IOManager.hpp.