Media plugin support functions
Function Documentation
Loads the media plugin into the process space.
Unloads the plug-in from process space.
Creates a transmit RTP channel. Basically calls the corresponding function of the plug-in library.
Closes a transmit RTP channel. Basically calls the corresponding function of the plug-in library.
Creates a receive RTP channel. Basically calls the corresponding function of the plug-in library.
Closes a receive RTP channel. Basically calls the corresponding function of the plug-in library.
Start transmitting a audio file. This calls corresponding function of the plug-in library.
Stop transmission of a audio file. This calls corresponding function of the plug-in library.
Starts capturing audio data from mic and transmits it as rtp stream. This calls corresponding interface function of the plug-in library.
Stop transmission of mic audio data. This calls corresponding interface function of the plug-in library.
Starts receiving rtp stream data and play it on the speakers. This calls corresponding interface function of the plug-in library.
Stop receiving rtp stream data.This calls corresponding interface function of the plug-in library.
Set local RTP and RTCP addresses for the session. This function gets next available ports for RTP and RTCP communication.
Closes transmit and receive RTP channels, if open. This calls corresponding interface functions to close the channels.
|