The client Module

class mediawindows.client.MediawindowsAmpyConnection

This (singleton) class represents the connection to the client.

create_connection()

Create a subprocess, return it and a connection to it.

Doing this without incurring race conditions is hard.

shutdown()

Shut down the mediawindows subprocess

Previous topic

The amp Module

Next topic

The tkinter_server Module

This Page