| Member Name | Description |
|---|---|
| Static | Creation mode where audio data is transferred from Java to the native layer only once before the audio starts playing. |
| Stream | Creation mode where audio data is streamed from Java to the native layer as the audio is playing. |