![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| Format (const std::filesystem::path &aFilename) | |
| Format (OutputFormat outputFormat, const std::filesystem::path &aFilename) | |
| AVStream * | newStream () |
| void | open () |
| OutputFormat | outputFormat () const |
| int | queryCodec (CodecID codecId, std::optional< int > stdCompliance=std::nullopt) |
| void | writeFrame (const Packet &pkt) |
| void | writeHeader (AVDictionary **options) |
| void | writeTrailer () |
Public Attributes | |
| AVFormatContext * | ctx |
| std::filesystem::path | filename |