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 a2b16ad commit 1509051Copy full SHA for 1509051
src/AvTranscoder/properties/FileProperties.cpp
@@ -257,6 +257,8 @@ PropertyVector& FileProperties::fillVector(PropertyVector& data) const
257
addProperty(data, "startTime", &FileProperties::getStartTime);
258
addProperty(data, "duration", &FileProperties::getDuration);
259
addProperty(data, "bitrate", &FileProperties::getBitRate);
260
+ addProperty(data, "fileSize", &FileProperties::getFileSize);
261
+ addProperty(data, "packetSize", &FileProperties::getPacketSize);
262
addProperty(data, "numberOfStreams", &FileProperties::getNbStreams);
263
addProperty(data, "numberOfPrograms", &FileProperties::getProgramsCount);
264
0 commit comments