Function

ALSASeqAddrnew

[]

Declaration [src]

ALSASeqAddr*
alsaseq_addr_new (
  guint8 client_id,
  guint8 port_id
)
[]

Description [src]

Allocate and return an instance of ALSASeqAddr.

[]

Parameters

client_id guint8
 

The numeric ID of client to address.

port_id guint8
 

The numeric ID of port to address.

[]

Return value

Returns: ALSASeqAddr
 

A ALSASeqAddr.

 The caller of the function takes ownership of the data, and is responsible for freeing it.