pjsua_player_get_port method
Get the media port for the player or playlist.
@param id The player ID. @param p_port The media port associated with the player.
@return PJ_SUCCESS on success.
Implementation
int pjsua_player_get_port(
int id,
ffi.Pointer<ffi.Pointer<pjmedia_port>> p_port,
) {
return _pjsua_player_get_port(
id,
p_port,
);
}