public static interface IQHVCPlayerAdvanced.OnAudioPCMListener
Modifier and Type | Method and Description |
---|---|
void |
onAudioPCM(int handle,
int id,
java.nio.ByteBuffer buffer,
long timestamp,
int channels,
int sampleRate,
int bitsPerSample)
pcm 数据回调
|