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

Method getNbStreams

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204};
205
206unsigned AVFormatContextWrapper::getNbStreams()
207{
208 this->update();
209 return this->nb_streams;
210}
211
212AVStreamWrapper AVFormatContextWrapper::getStream(int idx)
213{

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected