public class HwAudioKit
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HwAudioKit.FeatureType |
Constructor and Description |
---|
HwAudioKit(android.content.Context context,
IAudioKitCallback callback) |
Modifier and Type | Method and Description |
---|---|
<T extends AudioFeaturesKit> |
createFeature(HwAudioKit.FeatureType type) |
void |
destroy() |
java.util.List<java.lang.Integer> |
getSupportedFeatures() |
void |
initialize() |
boolean |
isFeatureSupported(HwAudioKit.FeatureType type) |
public HwAudioKit(android.content.Context context, IAudioKitCallback callback)
public void initialize()
public void destroy()
public java.util.List<java.lang.Integer> getSupportedFeatures()
public boolean isFeatureSupported(HwAudioKit.FeatureType type)
public <T extends AudioFeaturesKit> T createFeature(HwAudioKit.FeatureType type)