Example #1
0
 def Play (self):
     if self._o_surface:
         _pyKyra._mpegbox_free_surface (self._o_surface)
         
     self._o_surface = _pyKyra._mpegbox_play (self._o_smpeg, self._canvas_resource._o)
Example #2
0
    def __del__ (self):
        if self._o_surface:
            _pyKyra._mpegbox_free_surface (self._o_surface)
        _pyKyra._mpegbox_free_smpeg(self._o_smpeg)

        KrCanvas.__del__(self)