Home | History | Annotate | Download | only in multimedia

Lines Matching refs:def

18     def __init__(self, host, remote_facade_proxy):
30 def _video_proxy(self):
39 def send_playback_file(self, path):
57 def prepare_playback(self, file_path, fullscreen=True):
68 def start_playback(self, blocking=False):
80 def pause_playback(self):
85 def dropped_frame_count(self):
95 def prepare_arc_playback(self, file_path, fullscreen=True):
109 def start_arc_playback(self, blocking_secs=None):
123 def pause_arc_playback(self):
128 def stop_arc_playback(self):