MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / getDialogue

Method getDialogue

Libs/srtparser/srtparser.h:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571inline std::string SubtitleItem::getDialogue(bool keepHTML, bool doNotIgnoreNonDialogues, bool doNotRemoveSpeakerNames)
572{
573 if(_justDialogue.empty())
574 extractInfo(keepHTML, doNotIgnoreNonDialogues, doNotRemoveSpeakerNames);
575
576 return _justDialogue;
577}
578inline int SubtitleItem::getSpeakerCount() const
579{
580 return _speakerCount;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected