ZDK
|
Ringback tone's main entry point. More...
#include <IRingBackToneControl.h>
Public Member Functions | |
virtual ZDK::Shared::Result | Play ()=0 |
Starts the ringback tone playing. More... | |
virtual ZDK::Shared::Result | Stop ()=0 |
Stops the playing of the ringback tone. More... | |
virtual bool | Enable ()=0 |
Configures the use of ringback tone. More... | |
virtual void | Enable (bool value)=0 |
Gets the configured use of ringback tone. More... | |
![]() | |
virtual ZDK::ZDKHandle | Handle () const =0 |
virtual | operator ZDK::ZDKHandle () const =0 |
virtual void | Initialize ()=0 |
virtual void | ReleaseReference ()=0 |
Ringback tone's main entry point.
Entry point for controlling the ringback tone heard by the user when the remote peer starts ringing
|
pure virtual |
Configures the use of ringback tone.
Whether ringback tones can be played or not.
|
pure virtual |
Gets the configured use of ringback tone.
Whether ringback tones can be played or not.
[in] | value |
|
|
pure virtual |
|
pure virtual |
Stops the playing of the ringback tone.
The ringback tone will be stoped only if it is already running and enabled! Error will be returned otherwise.