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

◆ is_open()

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

True if the context is open and ready to accept streams / packets.

Definition at line 78 of file FFmpegMuxContext.hpp.

78{ return format_context != nullptr; }
AVFormatContext * format_context
Owned; freed in close().

Referenced by MayaFlux::IO::AudioEncodeContext::open(), and MayaFlux::IO::VideoEncodeContext::open().

+ Here is the caller graph for this function: