|
MeiCam SDK For Android
3.14.4
|
Callback interface for audio output. More...
Public Member Functions | |
| void | onVUMeterValueArrived (NvsTimeline timeline, float leftVUValue, float rightVUValue, long timestamp) |
| Get DB value from timeline. More... | |
| void | onAudioSampleArrived (NvsTimeline timeline, NvsAudioSampleBuffers audioSample) |
| Get audio sample data from timeline. More... | |
Callback interface for audio output.
| void com.meicam.sdk.NvsStreamingContext.AudioOutputCallback.onAudioSampleArrived | ( | NvsTimeline | timeline, |
| NvsAudioSampleBuffers | audioSample | ||
| ) |
Get audio sample data from timeline.
| timeline | Timeline. |
| audioSample | Audio output sample data. |
| void com.meicam.sdk.NvsStreamingContext.AudioOutputCallback.onVUMeterValueArrived | ( | NvsTimeline | timeline, |
| float | leftVUValue, | ||
| float | rightVUValue, | ||
| long | timestamp | ||
| ) |
Get DB value from timeline.
| timeline | Timeline. |
| leftVUValue | Audio output left channel DB value. |
| rightVUValue | Audio output right channel DB value. |
1.8.17