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

Method CaptionText

src/effects/Caption.cpp:69–71  ·  view source on GitHub ↗

Set the caption string to use (see VTT format)

Source from the content-addressed store, hash-verified

67
68// Set the caption string to use (see VTT format)
69std::string Caption::CaptionText() {
70 return caption_text;
71}
72
73// Get the caption string
74void Caption::CaptionText(std::string new_caption_text) {

Callers 1

Caption.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected