C# 클래스 Banshee.Dap.MassStorage.MassStorageSource

상속: Banshee.Dap.DapSource
파일 보기 프로젝트 열기: mono-soc-2011/banshee 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddDapProperties void
GetTrackPath string
OnImportFinished void

공개 메소드들

메소드 설명
CopyTrackTo ( DatabaseTrackInfo track, SafeUri uri, Banshee.ServiceStack.BatchUserJob job ) : void
DeviceInitialize ( IDevice device ) : void
Import ( ) : void
SyncPlaylists ( ) : void

보호된 메소드들

메소드 설명
AddTrackToDevice ( DatabaseTrackInfo track, SafeUri fromUri ) : void
CanHandleDeviceCommand ( DeviceCommand command ) : bool
DeleteTrack ( DatabaseTrackInfo track ) : bool
Eject ( ) : void
GetIconNames ( ) : string[]
LoadFromDevice ( ) : void

비공개 메소드들

메소드 설명
AddDapProperties ( ) : void
GetTrackPath ( Banshee.Collection.TrackInfo track, string ext ) : string
OnImportFinished ( object o, EventArgs args ) : void

메소드 상세

AddTrackToDevice() 보호된 메소드

protected AddTrackToDevice ( DatabaseTrackInfo track, SafeUri fromUri ) : void
track Banshee.Collection.Database.DatabaseTrackInfo
fromUri Hyena.SafeUri
리턴 void

CanHandleDeviceCommand() 보호된 메소드

protected CanHandleDeviceCommand ( DeviceCommand command ) : bool
command DeviceCommand
리턴 bool

CopyTrackTo() 공개 메소드

public CopyTrackTo ( DatabaseTrackInfo track, SafeUri uri, Banshee.ServiceStack.BatchUserJob job ) : void
track Banshee.Collection.Database.DatabaseTrackInfo
uri Hyena.SafeUri
job Banshee.ServiceStack.BatchUserJob
리턴 void

DeleteTrack() 보호된 메소드

protected DeleteTrack ( DatabaseTrackInfo track ) : bool
track Banshee.Collection.Database.DatabaseTrackInfo
리턴 bool

DeviceInitialize() 공개 메소드

public DeviceInitialize ( IDevice device ) : void
device IDevice
리턴 void

Eject() 보호된 메소드

protected Eject ( ) : void
리턴 void

GetIconNames() 보호된 메소드

protected GetIconNames ( ) : string[]
리턴 string[]

Import() 공개 메소드

public Import ( ) : void
리턴 void

LoadFromDevice() 보호된 메소드

protected LoadFromDevice ( ) : void
리턴 void

SyncPlaylists() 공개 메소드

public SyncPlaylists ( ) : void
리턴 void