Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IRingSpeakerInfo Class Referenceabstract

Ring speaker device information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual const zchar_tGetDeviceId ()=0
 Get the ring speaker device ID.
 
virtual const zchar_tGetDeviceName ()=0
 Get the ring speaker device name.
 
virtual bool IsSelectedDevice ()=0
 Determine if the current device is selected to use.
 
virtual ~IRingSpeakerInfo ()
 

Detailed Description

Ring speaker device information interface.

Definition at line 81 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IRingSpeakerInfo()

virtual IRingSpeakerInfo::~IRingSpeakerInfo ( )
inlinevirtual

Definition at line 98 of file setting_service_interface.h.

98{};

Member Function Documentation

◆ GetDeviceId()

virtual const zchar_t * IRingSpeakerInfo::GetDeviceId ( )
pure virtual

Get the ring speaker device ID.

Returns
If the function succeeds, the return value is the ring speaker device ID. Otherwise failed, returns nullptr.

◆ GetDeviceName()

virtual const zchar_t * IRingSpeakerInfo::GetDeviceName ( )
pure virtual

Get the ring speaker device name.

Returns
If the function succeeds, the return value is ring speaker device name. Otherwise failed, returns nullptr.

◆ IsSelectedDevice()

virtual bool IRingSpeakerInfo::IsSelectedDevice ( )
pure virtual

Determine if the current device is selected to use.

Returns
TRUE indicates that the current device is selected.