home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Lib / BVideo.py < prev    next >
Encoding:
Python Source  |  2000-10-27  |  1.2 KB  |  46 lines

  1. # This file was created automatically by SWIG.
  2. import BVideoc
  3. class B_VideoPtr :
  4.     def __init__(self,this):
  5.         self.this = this
  6.         self.thisown = 0
  7.     def __del__(self):
  8.         if self.thisown == 1 :
  9.             BVideoc.delete_B_Video(self.this)
  10.     def SetVideo(self,arg0):
  11.         val = BVideoc.B_Video_SetVideo(self.this,arg0)
  12.         return val
  13.     def CloseVideo(self):
  14.         val = BVideoc.B_Video_CloseVideo(self.this)
  15.         return val
  16.     def GetDimension(self):
  17.         val = BVideoc.B_Video_GetDimension(self.this)
  18.         return val
  19.     def GetLength(self):
  20.         val = BVideoc.B_Video_GetLength(self.this)
  21.         return val
  22.     def GetData(self,arg0):
  23.         val = BVideoc.B_Video_GetData(self.this,arg0)
  24.         return val
  25.     def GetName(self):
  26.         val = BVideoc.B_Video_GetName(self.this)
  27.         return val
  28.     def __repr__(self):
  29.         return "<C B_Video instance>"
  30. class B_Video(B_VideoPtr):
  31.     def __init__(self) :
  32.         self.this = BVideoc.new_B_Video()
  33.         self.thisown = 1
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. #-------------- FUNCTION WRAPPERS ------------------
  41.  
  42.  
  43.  
  44. #-------------- VARIABLE WRAPPERS ------------------
  45.  
  46.