Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:JET

980 		"""Opens an audio file to be played by the JET library and

1022 def __init__ (self, handle, jet):
1025 self.jet = jet
1028 # JET
1030 class JET (object):
1032 # eas_logger.debug('JET.__init__')
1036 eas_logger.debug('JET.__del__')
1040 """Initializes the JET Library."""
1041 # eas_logger.debug('JET.Init')
1044 raise EAS_Exception(-1, 'JET library already initialized', 'Jet.Init')
1073 """Shuts down the JET library"""
1074 eas_logger.debug('JET.Shutdown')
1096 """Opens an audio file to be played by the JET library and
1148 """Starts JET playback."""
1156 """Pauses JET playback."""
1173 # calls JET.Render
1178 """Get JET status."""
1190 """Set the JET volume"""