Method | Description | |
---|---|---|
Clear ( |
Removes the entire translation from existing subtitles.
|
|
Import ( |
Imports translated subtitles into existing subtitles.
|
|
Translations ( ) : SubLib.Core.Domain |
Creates a new instance of the Translations class.
|
Method | Description | |
---|---|---|
AddExtraSubtitles ( |
Adds the number of subtitles that the translation has more than the original subtitles. A gap between subtitles of SubtitleConstants.MinTimeBetweenSubtitles will be used. |
|
AddExtraSubtitles ( |
Adds the number of subtitles missing comparing to the translation.
|
|
CopyTranslation ( |
Copies the translation to the subtitles.
|
public Clear ( |
||
subtitles | The subtitles to remove the translation from. | |
return | void |
public Import ( |
||
subtitles | The subtitles to import the translation to. | |
translation | The translated subtitles. | |
timeBetweenSubtitles | int | |
return | void |