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