addSubtitle method
添加一条字幕。
Adds a subtitle to the collection.
Implementation
void addSubtitle(Subtitle subtitle) {
subtitles.add(subtitle);
}
添加一条字幕。
Adds a subtitle to the collection.
void addSubtitle(Subtitle subtitle) {
subtitles.add(subtitle);
}