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