Jack2
1.9.10
|
PortRegister request. More...
#include <JackRequest.h>
Public Member Functions | |
JackPortRegisterRequest (int refnum, const char *name, const char *port_type, unsigned int flags, unsigned int buffer_size) | |
int | Read (detail::JackChannelTransactionInterface *trans) |
int | Write (detail::JackChannelTransactionInterface *trans) |
int | Size () |
Public Attributes | |
int | fRefNum |
char | fName [JACK_PORT_NAME_SIZE+1] |
char | fPortType [JACK_PORT_TYPE_SIZE+1] |
unsigned int | fFlags |
unsigned int | fBufferSize |
PortRegister request.
Definition at line 407 of file JackRequest.h.