Home | History | Annotate | Download | only in multimedia

Lines Matching refs:def

18     def __init__(self, host, remote_facade_proxy):
30 def _audio_proxy(self):
39 def playback(self, client_path, data_format, blocking=False):
59 def stop_playback(self):
64 def set_playback_file(self, path):
79 def start_recording(self, data_format):
96 def stop_recording(self):
105 def get_recorded_file(self, remote_path, local_path):
115 def set_selected_output_volume(self, volume):
124 def set_input_gain(self, gain):
133 def set_selected_node_types(self, output_node_types, input_node_types):
148 def get_selected_node_types(self):
159 def get_plugged_node_types(self):
170 def dump_diagnostics(self, file_path):
185 def start_counting_signal(self, signal_name):
194 def stop_counting_signal(self):
204 def wait_for_unexpected_nodes_changed(self, timeout_secs):
213 def set_chrome_active_volume(self, volume):
222 def set_chrome_mute(self, mute):
231 def get_chrome_active_volume_mute(self):
241 def set_chrome_active_node_type(self, output_node_type, input_node_type):
258 def start_arc_recording(self):
263 def stop_arc_recording(self):
276 def set_arc_playback_file(self, path):
288 def start_arc_playback(self, path):
297 def stop_arc_playback(self):