![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| CodecID | defaultAudioCodec () const |
| CodecID | defaultSubtitleCodec () const |
| CodecID | defaultVideoCodec () const |
| std::string | desc () const |
| std::optional< std::string_view > | extensions () const |
| CodecID | guessVideoCodec (const std::filesystem::path &path) const |
| std::string_view | longName () const |
| std::optional< std::string_view > | mimeType () const |
| std::string_view | name () const |
| operator bool () const | |
| OutputFormat (const AVOutputFormat *of) | |
| OutputFormat (const std::string &shortName) | |
| std::vector< CodecID > | supportedCodecs (AVMediaType type) const |
| bool | supportsCodec (CodecID codecId, std::optional< int > stdCompliance=std::nullopt) const |
Public Attributes | |
| const AVOutputFormat * | of |