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