MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::IO::VideoLoadResult Struct Reference

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::VideoFileContainervideo
 
std::shared_ptr< Kakshya::SoundFileContaineraudio
 

Detailed Description

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.


The documentation for this struct was generated from the following file: