comparison DOCS/tech/libao2.txt @ 16894:8058e403d49c

typo fix bust/must
author reynaldo
date Thu, 03 Nov 2005 04:04:22 +0000
parents 7e22b762e1a8
children 5c6111664933
comparison
equal deleted inserted replaced
16893:8091dc510d18 16894:8058e403d49c
61 the functions does: 61 the functions does:
62 62
63 static int control(int cmd, int arg); 63 static int control(int cmd, int arg);
64 This is for reading/setting plugin-specific and other special 64 This is for reading/setting plugin-specific and other special
65 parameters and can be used for keyboard input for example. All 65 parameters and can be used for keyboard input for example. All
66 plugins bust respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part 66 plugins must respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part
67 of the initialization of the plugin. When this command is received 67 of the initialization of the plugin. When this command is received
68 the parameter pl_delay.len will contain the maximum size of data the 68 the parameter pl_delay.len will contain the maximum size of data the
69 plugin can produce. This can be used for calculating and allocating 69 plugin can produce. This can be used for calculating and allocating
70 buffer space for the plugin. Before the function exits the parameter 70 buffer space for the plugin. Before the function exits the parameter
71 pl_delay.len must be set to the maximum data size the plugin can 71 pl_delay.len must be set to the maximum data size the plugin can