| 569 | } |
| 570 | |
| 571 | inline 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 | } |
| 578 | inline int SubtitleItem::getSpeakerCount() const |
| 579 | { |
| 580 | return _speakerCount; |