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