Esempio n. 1
0
 def set_out_attr(self, attr: str):
     OutputCmd.set_attr(self.fcp, attr)
Esempio n. 2
0
 def get_out_src(self):
     return OutputCmd.get_out_src(self.fcp)
Esempio n. 3
0
 def get_out_attr_labels(self):
     return OutputCmd.get_attr_labels()
Esempio n. 4
0
 def get_out_src_labels(self):
     return OutputCmd.get_out_src_labels()
Esempio n. 5
0
 def set_out_src(self, src: str):
     OutputCmd.set_out_src(self.fcp, src)
Esempio n. 6
0
 def get_out_volume(self):
     return OutputCmd.get_volume(self.fcp)
Esempio n. 7
0
 def set_out_volume(self, db: float):
     OutputCmd.set_volume(self.fcp, db)
Esempio n. 8
0
 def get_out_mute(self):
     return OutputCmd.get_mute(self.fcp)
Esempio n. 9
0
 def set_out_mute(self, enable: bool):
     OutputCmd.set_mute(self.fcp, enable)
Esempio n. 10
0
 def get_out_attr(self):
     return OutputCmd.get_attr(self.fcp)