MCPcopy Create free account
hub / github.com/IENT/YUView / setBitrateSortingIndex

Method setBitrateSortingIndex

YUViewLib/src/parser/Parser.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87 void setParsingLimitEnabled(bool limitEnabled) { parsingLimitEnabled = limitEnabled; }
88 void setBitrateSortingIndex(int sortingIndex)
89 {
90 bitratePlotModel->setBitrateSortingIndex(sortingIndex);
91 }
92
93signals:
94 // Some data was updated and the models can be updated to reflec this. This is called regularly

Calls

no outgoing calls

Tested by

no test coverage detected