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