//sorisdk/com.iplateia.afplib/AfpMatcher/loadAudioPack
loadAudioPack
[androidJvm]\
fun loadAudioPack(path: String)
Load audio pack from filesystem.
Parameters
androidJvm
path | The name of the file to load. |
[androidJvm]\
fun loadAudioPack(bis: BufferedInputStream)
Load audio pack from BufferedInputStream.
Parameters
androidJvm
bis | The BufferedInputStream to load the audio pack from. |