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

◆ is_open()

bool MayaFlux::IO::FFmpegDemuxContext::is_open ( ) const
inline

True if the format context is open and stream info was found.

Definition at line 62 of file FFmpegDemuxContext.hpp.

62{ return format_context != nullptr; }
AVFormatContext * format_context
Owned; freed in destructor.

Referenced by MayaFlux::IO::AudioStreamContext::open(), MayaFlux::IO::VideoStreamContext::open(), and MayaFlux::IO::VideoStreamContext::open_device().

+ Here is the caller graph for this function: