Package Subtitles :: Module Subtitles :: Class Subtitles
[hide private]
[frames] | no frames]

Class Subtitles

source code


This class defines all the interface for the application to handle subtitles and to ease the implementation of new formats

Instance Methods [hide private]
 
__init__(self, FN)
Initialize all the attributes needed to handle all types of subtitle formats as well as their manipulation
source code
 
getSub(self, time) source code
 
getSupportedTypes(self) source code
 
subAdd(self, STime, ETime, Text, Attrs, isUpdate=0) source code
 
subDel(self, time) source code
 
subUpdate(self, upSubKey) source code
 
updateKeys(self) source code
 
updateText(self, key, text) source code