Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CWin32DiscDriveHandler Class Reference

#include <Win32DiscDriveHandler.h>

Inheritance diagram for CWin32DiscDriveHandler:
IDiscDriveHandler

Public Member Functions

 CWin32DiscDriveHandler ()=default
 Win32 DiscDriveHandler constructor.
 
 ~CWin32DiscDriveHandler () override=default
 Win32 DiscDriveHandler destructor.
 
DriveState GetDriveState (const std::string &devicePath) override
 Get the optical drive state provided its device path.
 
TrayState GetTrayState (const std::string &devicePath) override
 Get the optical drive tray state provided the drive device path.
 
void EjectDriveTray (const std::string &devicePath) override
 Eject the provided drive device.
 
void CloseDriveTray (const std::string &devicePath) override
 Close the provided drive device.
 
void ToggleDriveTray (const std::string &devicePath) override
 Toggle the state of a given drive device.
 

Additional Inherited Members

- Static Public Member Functions inherited from IDiscDriveHandler
static std::shared_ptr< IDiscDriveHandlerCreateInstance ()
 Called to create platform-specific disc drive handler.
 
- Protected Member Functions inherited from IDiscDriveHandler
virtual ~IDiscDriveHandler ()=default
 
 IDiscDriveHandler ()=default
 

Constructor & Destructor Documentation

◆ CWin32DiscDriveHandler()

CWin32DiscDriveHandler::CWin32DiscDriveHandler ( )
default

Win32 DiscDriveHandler constructor.

◆ ~CWin32DiscDriveHandler()

CWin32DiscDriveHandler::~CWin32DiscDriveHandler ( )
overridedefault

Win32 DiscDriveHandler destructor.

Member Function Documentation

◆ CloseDriveTray()

void CWin32DiscDriveHandler::CloseDriveTray ( const std::string & devicePath)
overridevirtual

Close the provided drive device.

Note
Some drives support closing appart from opening/eject
Parameters
devicePaththe path for the device drive (e.g. D\://)

Implements IDiscDriveHandler.

◆ EjectDriveTray()

void CWin32DiscDriveHandler::EjectDriveTray ( const std::string & devicePath)
overridevirtual

Eject the provided drive device.

Parameters
devicePaththe path for the device drive (e.g. D\://)

Implements IDiscDriveHandler.

◆ GetDriveState()

DriveState CWin32DiscDriveHandler::GetDriveState ( const std::string & devicePath)
overridevirtual

Get the optical drive state provided its device path.

Parameters
devicePaththe path for the device drive (e.g. D\://)
Returns
The drive state

Implements IDiscDriveHandler.

◆ GetTrayState()

TrayState CWin32DiscDriveHandler::GetTrayState ( const std::string & devicePath)
overridevirtual

Get the optical drive tray state provided the drive device path.

Parameters
devicePaththe path for the device drive (e.g. D\://)
Returns
The drive state

Implements IDiscDriveHandler.

◆ ToggleDriveTray()

void CWin32DiscDriveHandler::ToggleDriveTray ( const std::string & devicePath)
overridevirtual

Toggle the state of a given drive device.

Parameters
devicePaththe path for the device drive (e.g. D\://)

Implements IDiscDriveHandler.


The documentation for this class was generated from the following files: