File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ class AvExport InputFile
60
60
* @note Activate a stream results in buffered its data when processing
61
61
**/
62
62
void activateStream ( const size_t streamIndex, const bool activate = true );
63
-
64
- /* *
65
- * @return Return the resource to access
66
- **/
67
- std::string getFilename () const { return _filename; }
68
63
69
64
/* *
70
65
* @brief Return media properties on the current InputFile.
@@ -80,8 +75,21 @@ class AvExport InputFile
80
75
**/
81
76
InputStream& getStream ( size_t index );
82
77
78
+ std::string getFilename () const { return _filename; }
79
+
80
+ /* *
81
+ * @brief A comma separated list of short names for the format, or unknown.
82
+ */
83
83
std::string getFormatName () const ;
84
+
85
+ /* *
86
+ * @brief Descriptive name for the format, meant to be more human-readable than name, or unknown.
87
+ */
84
88
std::string getFormatLongName () const ;
89
+
90
+ /* *
91
+ * @brief Comma-separated list of mime types, or unknown.
92
+ */
85
93
std::string getFormatMimeType () const ;
86
94
87
95
FormatContext& getFormatContext () { return _formatContext; }
You can’t perform that action at this time.
0 commit comments