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