MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetError

Method GetError

src/QtPlayer.cpp:57–63  ·  view source on GitHub ↗

Return any error string during initialization

Source from the content-addressed store, hash-verified

55
56 // Return any error string during initialization
57 std::string QtPlayer::GetError() {
58 if (reader && threads_started) {
59 return p->audioPlayback->getError();
60 } else {
61 return "";
62 }
63 }
64
65 // Return the default audio sample rate (from the system)
66 double QtPlayer::GetDefaultSampleRate() {

Callers 1

CVTracker.cppFile · 0.45

Calls 1

getErrorMethod · 0.80

Tested by

no test coverage detected