Ejemplo n.º 1
0
func (client *Client) IsRealtime() bool {
	return C.jack_is_realtime(client.handler) != 0
}
Ejemplo n.º 2
0
func (this *Client) IsRealtime() bool {
	return C.jack_is_realtime(this.jackClient) != 0
}