Skip to content

Commit 15b3de8

Browse files
author
Clement Champetier
committed
FileProperties: update doc of getPropertiesAsMap/AsVector methods
* getPropertiesAsJson returns all properties of the file. * This is not the case of getPropertiesAsMap/AsVector methods...
1 parent 327f41b commit 15b3de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/mediaProperty/FileProperties.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ class AvExport FileProperties
8282
#endif
8383

8484
std::string getPropertiesAsJson() const; ///< Return all properties as a json format.
85-
PropertyMap getPropertiesAsMap() const; ///< Return all properties as a map (name of property, value)
86-
PropertyVector getPropertiesAsVector() const; ///< Return all file properties as a vector (name of property: value)
85+
PropertyMap getPropertiesAsMap() const; ///< Return format properties as a map (name of property, value)
86+
PropertyVector getPropertiesAsVector() const; ///< Return format properties as a vector (name of property: value)
8787

8888
private:
8989
#ifndef SWIG

0 commit comments

Comments
 (0)