MCPcopy 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
63void MovieBase::initFromPath( const fs::path& filePath )
64{
65 if( ! mGstPlayer ) {
66 return;
67 }
68
69 mGstPlayer->load( filePath.string() );
70
71 init();
72}
73
74int32_t MovieBase::getWidth() const
75{

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected