C# Class MediaPortal.Plugins.MovingPictures.LocalMediaManagement.DeviceManager

Device Manager monitors drive states
Mostrar archivo Open project: damienhaynes/moving-pictures

Public Methods

Method Description
AddWatchDrive ( string path ) : void
ClearWatchDrives ( ) : void
RemoveWatchDrive ( string path ) : void
StartDiskWatcher ( ) : void
StartMonitor ( ) : void
StopDiskWatcher ( ) : void
StopMonitor ( ) : void

Private Methods

Method Description
DeviceManager ( ) : System
WatchDisks ( ) : void
onPathAdded ( DatabaseTable obj ) : void

Method Details

AddWatchDrive() public static method

public static AddWatchDrive ( string path ) : void
path string
return void

ClearWatchDrives() public static method

public static ClearWatchDrives ( ) : void
return void

RemoveWatchDrive() public static method

public static RemoveWatchDrive ( string path ) : void
path string
return void

StartDiskWatcher() public static method

public static StartDiskWatcher ( ) : void
return void

StartMonitor() public static method

public static StartMonitor ( ) : void
return void

StopDiskWatcher() public static method

public static StopDiskWatcher ( ) : void
return void

StopMonitor() public static method

public static StopMonitor ( ) : void
return void