Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:JET_SetMuteFlags

1223 		eas_logger.debug('Call JET_SetMuteFlags')

1225 result = eas_dll.JET_SetMuteFlags(self.eas.handle, mute_flags, sync)
1227 raise EAS_Exception(result, 'JET_SetMuteFlag error %d' % result, 'JET_SetMuteFlags')