Skip to content

Commit c5fcc68

Browse files
author
Clement Champetier
committed
OutputFile: add documentation
1 parent cae95e4 commit c5fcc68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/AvTranscoder/file/OutputFile.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,20 @@ class AvExport OutputFile : public IOutputFile
5555
IOutputStream& getStream( const size_t streamId );
5656

5757
std::string getFilename() const { return _filename; }
58+
59+
/**
60+
* @brief A comma separated list of short names for the format, or unknown.
61+
*/
5862
std::string getFormatName() const;
63+
64+
/**
65+
* @brief Descriptive name for the format, meant to be more human-readable than name, or unknown.
66+
*/
5967
std::string getFormatLongName() const;
68+
69+
/**
70+
* @brief Comma-separated list of mime types, or unknown.
71+
*/
6072
std::string getFormatMimeType() const;
6173

6274
FormatContext& getFormatContext() { return _formatContext; }

0 commit comments

Comments
 (0)