zdk.net
|
Ringback tone's main entry point. More...
#include <RingBackToneControl.h>
Public Member Functions | |
RingBackToneControl (ZDK::Shared::RingBackToneControl src) | |
ZDK_NET::Result ^ | Play () |
Starts the ringback tone playing. More... | |
ZDK_NET::Result ^ | Stop () |
Stops the playing of the ringback tone. More... | |
virtual long long | Handle () override |
virtual void | Initialize () override |
virtual void | ReleaseReference () override |
Public Attributes | |
ZDK::IRingBackToneControl * | cppRef = nullptr |
Properties | |
bool | Enable [get, set] |
Gets the configured use of ringback tone. More... | |
ZDK_NET::Sound^ | RingBackSound [get, set] |
Sets the configured ringback sound. More... | |
Ringback tone's main entry point.
Entry point for controlling the ringback tone heard by the user when the remote peer starts ringing
ZDK_NET::Result ^ ZDK_NET::RingBackToneControl::Play | ( | ) |
ZDK_NET::Result ^ ZDK_NET::RingBackToneControl::Stop | ( | ) |
|
getset |
Gets the configured use of ringback tone.
Whether ringback tones can be played or not.
ENABLED by default!
[in] | value |
|
|
getset |
Sets the configured ringback sound.
[in] | value | The new ringback sound to be used |