Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ initFromPath
Method
initFromPath
src/cinder/linux/Movie.cpp:63–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void MovieBase::initFromPath( const fs::path& filePath )
64
{
65
if( ! mGstPlayer ) {
66
return;
67
}
68
69
mGstPlayer->load( filePath.string() );
70
71
init();
72
}
73
74
int32_t MovieBase::getWidth() const
75
{
Callers
nothing calls this directly
Calls
2
load
Method · 0.45
string
Method · 0.45
Tested by
no test coverage detected