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