public static Create ( string name, int lengthSamples, int channels, int frequency, bool stream ) : |
||
name | string | Name of clip. |
lengthSamples | int | Number of sample frames. |
channels | int | Number of channels per frame. |
frequency | int | Sample frequency of clip. |
stream | bool | True if clip is streamed, that is if the pcmreadercallback generates data on the fly. |
Résultat |