pjsua_player_get_info method
Get additional info about the file player. This operation is not valid for playlist.
@param id The file player ID. @param info The info.
@return PJ_SUCCESS on success or the appropriate error code.
Implementation
int pjsua_player_get_info(
int id,
ffi.Pointer<pjmedia_wav_player_info> info,
) {
return _pjsua_player_get_info(
id,
info,
);
}