Exemplo n.º 1
0
func (this *Port) GetType() string {
	return C.GoString(C.jack_port_type(this.jackPort))
}
Exemplo n.º 2
0
func (port *Port) GetType() string {
	return C.GoString(C.jack_port_type(port.handler))
}