menu
nertc_core package
documentation
nertc_core.dart
NERtcChannelEventCallback
onFirstAudioFrameDecoded method
onFirstAudioFrameDecoded method
dark_mode
light_mode
onFirstAudioFrameDecoded
method
void
onFirstAudioFrameDecoded
(
int
uid
)
已解码远端音频首帧的回调。
uid
远端用户 ID,指定是哪个用户的音频流。
Implementation
void onFirstAudioFrameDecoded(int uid) {}
nertc_core package
documentation
nertc_core
NERtcChannelEventCallback
onFirstAudioFrameDecoded method
NERtcChannelEventCallback class