|
Agora C++ API Reference for All Platforms
|
#include <NGIAgoraAudioTrack.h>
Public Member Functions | |
| virtual | ~ILocalAudioTrackObserver () |
| virtual void | onLocalAudioTrackStateChanged (LOCAL_AUDIO_STREAM_STATE state, LOCAL_AUDIO_STREAM_REASON reasonCode)=0 |
The observer of the local audio track.
|
inlinevirtual |
|
pure virtual |
Occurs when the state of a local audio track changes.
| state | The state of the local audio track. |
| reasonCode | The error information for a state failure: LOCAL_AUDIO_STREAM_REASON. |