Hi Experts,

In OpenCORE,
nodes/pvsocketnode/include/pvmf_socket_node_extension_interface.h

 /**
Only for UDP based data flow, API helps to set UDP port range.
@aMaxUdpPortNum[in] - Maximum udp port number
@aMinUdpPortNum[in] - Minimum udp port number
@return - PVMFSuccess, if maximun port number successfully set
*/
OSCL_EXPORT_REF virtual PVMFStatus SetMaxUDPPortNum(uint32&
aMaxUdpPortNum, uint32& aMinUdpPortNum) const = 0;

I wonder if this API has been incorporated into the Java Application
Framework or not. If not, how hard it is to do it myself.

I am building an application that I want to specify the UDP client
port range when establishing an RTSP session. I use
VideoView::setVideoURI to establish the RTSP sesson, but I could not
find a method to specify the client port, or port ranges.

Thanks
George

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to