Home | History | Annotate | Download | only in multimedia

Lines Matching refs:def

26 def check_arc_resource(func):
29 def wrapper(instance, *args, **kwargs):
58 def __init__(self, resource, arc_resource=None):
74 def _extension_handler(self):
85 def get_audio_devices(self):
94 def set_chrome_active_volume(self, volume):
103 def set_chrome_mute(self, mute):
112 def get_chrome_active_volume_mute(self):
122 def set_chrome_active_node_type(self, output_node_type, input_node_type):
145 def cleanup(self):
162 def playback(self, file_path, data_format, blocking=False):
193 def stop_playback(self):
198 def start_recording(self, data_format):
229 def stop_recording(self):
239 def set_selected_output_volume(self, volume):
248 def set_input_gain(self, gain):
257 def set_selected_node_types(self, output_node_types, input_node_types):
271 def get_selected_node_types(self):
282 def get_plugged_node_types(self):
293 def dump_diagnostics(self, file_path):
306 def start_counting_signal(self, signal_name):
318 def stop_counting_signal(self):
332 def wait_for_unexpected_nodes_changed(self, timeout_secs):
342 def start_arc_recording(self):
348 def stop_arc_recording(self):
361 def set_arc_playback_file(self, file_path):
376 def start_arc_playback(self, path):
389 def stop_arc_playback(self):
407 def __init__(self):
413 def start(self, data_format):
436 def stop(self):
445 def cleanup(self):
467 def __init__(self):
472 def start(self, file_path, blocking):
485 def stop(self):
490 def cleanup(self):