Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
unsigned AVFormatContextWrapper::getNbStreams()
207
{
208
this->update();
209
return this->nb_streams;
210
}
211
212
AVStreamWrapper AVFormatContextWrapper::getStream(int idx)
213
{
Callers
5
getNumberOfStreams
Method · 0.80
openFileAndFindVideoStream
Method · 0.80
getFileInfoForAllStreams
Method · 0.80
getTimeBaseAllStreams
Method · 0.80
getShortStreamDescriptionAllStreams
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected