com.tencent.av.sdk
Class AVAudioCtrl.Delegate

java.lang.Object
  extended by com.tencent.av.sdk.AVAudioCtrl.Delegate
Enclosing class:
AVAudioCtrl

public static class AVAudioCtrl.Delegate
extends java.lang.Object

AVAudioCtrl的委托类,主要用于通知输出设备变化。


Constructor Summary
AVAudioCtrl.Delegate()
          构造函数。
 
Method Summary
protected  void onOutputModeChange(int outputMode)
          当耳机插拔的时候,SDK自动切换耳机/扬声器/听筒,App需要及时进行相应的展示.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVAudioCtrl.Delegate

public AVAudioCtrl.Delegate()
构造函数。

Method Detail

onOutputModeChange

protected void onOutputModeChange(int outputMode)
当耳机插拔的时候,SDK自动切换耳机/扬声器/听筒,App需要及时进行相应的展示.