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

Method setFilterStreamIndex

YUViewLib/src/parser/Parser.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 void setStreamColorCoding(bool colorCoding) { packetModel->setUseColorCoding(colorCoding); }
83 void setFilterStreamIndex(int streamIndex)
84 {
85 streamIndexFilter->setFilterStreamIndex(streamIndex);
86 }
87 void setParsingLimitEnabled(bool limitEnabled) { parsingLimitEnabled = limitEnabled; }
88 void setBitrateSortingIndex(int sortingIndex)
89 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected