SND_RAWMIDI_NEW

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

snd_rawmidi_new - create a rawmidi instance  

SYNOPSIS

"SYNOPSIS"

int snd_rawmidi_new (snd_card_t * card, char * id, int device, int output_count, int input_count, snd_rawmidi_t ** rrawmidi);  

ARGUMENTS

card
the card instance
id
the id string
device
the device index
output_count
the number of output streams
input_count
the number of input streams
rrawmidi
the pointer to store the new rawmidi instance
 

DESCRIPTION

Creates a new rawmidi instance. Use snd_rawmidi_set_ops to set the operators to the new instance.

Returns zero if successful, or a negative error code on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:12 GMT, October 06, 2005