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