Ejemplo n.º 1
0
func (jc *JackClient) GetSampleRate() int {
	return int(C.jack_get_sample_rate(jc.client))
}
Ejemplo n.º 2
0
func (client *Client) GetSampleRate() uint32 {
	return uint32(C.jack_get_sample_rate(client.handler))
}
Ejemplo n.º 3
0
func (this *Client) GetSampleRate() int {
	return int(C.jack_get_sample_rate(this.jackClient))
}