|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::IO::FFmpegMuxContext::write_header | ( | ) |
Write the container header to the output file.
Must be called after all stream contexts (audio, video, subtitle, etc.) have been opened and have set their codec parameters on their AVStream. Exactly one call is valid per open(); calling twice is an error.
Definition at line 101 of file FFmpegMuxContext.cpp.
References format_context, m_header_written, and m_last_error.
Referenced by MayaFlux::IO::SoundFileWriter::worker_loop(), and MayaFlux::IO::VideoFileWriter::worker_loop().
Here is the caller graph for this function: