We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae95e4 commit c5fcc68Copy full SHA for c5fcc68
src/AvTranscoder/file/OutputFile.hpp
@@ -55,8 +55,20 @@ class AvExport OutputFile : public IOutputFile
55
IOutputStream& getStream( const size_t streamId );
56
57
std::string getFilename() const { return _filename; }
58
+
59
+ /**
60
+ * @brief A comma separated list of short names for the format, or unknown.
61
+ */
62
std::string getFormatName() const;
63
64
65
+ * @brief Descriptive name for the format, meant to be more human-readable than name, or unknown.
66
67
std::string getFormatLongName() const;
68
69
70
+ * @brief Comma-separated list of mime types, or unknown.
71
72
std::string getFormatMimeType() const;
73
74
FormatContext& getFormatContext() { return _formatContext; }
0 commit comments