Skip to content

//sorisdk/com.iplateia.afplib/AfpMatcher/loadAudioPack

loadAudioPack

[androidJvm]\

@Synchronized

fun loadAudioPack(path: String)

Load audio pack from filesystem.

Parameters

androidJvm

pathThe name of the file to load.

[androidJvm]\

@Synchronized

fun loadAudioPack(bis: BufferedInputStream)

Load audio pack from BufferedInputStream.

Parameters

androidJvm

bisThe BufferedInputStream to load the audio pack from.