C# 클래스 Banshee.Mpris.MediaPlayer

상속: IMediaPlayer, IPlayer, IPlaylists, IProperties
파일 보기 프로젝트 열기: mono-soc-2011/banshee 1 사용 예제들

공개 메소드들

메소드 설명
ActivatePlaylist ( ObjectPath playlist_id ) : void
AddPropertyChange ( ) : void
Get ( string interface_name, string propname ) : object
GetAll ( string interface_name ) : object>.IDictionary
GetPlaylists ( uint index, uint max_count, string order, bool reverse_order ) : Banshee.Mpris.Playlist[]
HandlePlaylistChange ( Banshee.Playlist.AbstractPlaylistSource source ) : void
HandleSeek ( ) : void
MediaPlayer ( ) : System
Next ( ) : void
OpenUri ( string uri ) : void
Pause ( ) : void
Play ( ) : void
PlayPause ( ) : void
Previous ( ) : void
Quit ( ) : void
Raise ( ) : void
Seek ( long position ) : void
Set ( string interface_name, string propname, object value ) : void
SetPosition ( string trackid, long position ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
BuildPlaylistFromSource ( Banshee.Playlist.AbstractPlaylistSource source ) : Banshee.Mpris.Playlist
GetIconPath ( Source source ) : string
HandlePropertiesChange ( string interface_name ) : void
MakeObjectPath ( Banshee.Playlist.AbstractPlaylistSource playlist ) : ObjectPath

메소드 상세

ActivatePlaylist() 공개 메소드

public ActivatePlaylist ( ObjectPath playlist_id ) : void
playlist_id ObjectPath
리턴 void

AddPropertyChange() 공개 메소드

public AddPropertyChange ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string interface_name, string propname ) : object
interface_name string
propname string
리턴 object

GetAll() 공개 메소드

public GetAll ( string interface_name ) : object>.IDictionary
interface_name string
리턴 object>.IDictionary

GetPlaylists() 공개 메소드

public GetPlaylists ( uint index, uint max_count, string order, bool reverse_order ) : Banshee.Mpris.Playlist[]
index uint
max_count uint
order string
reverse_order bool
리턴 Banshee.Mpris.Playlist[]

HandlePlaylistChange() 공개 메소드

public HandlePlaylistChange ( Banshee.Playlist.AbstractPlaylistSource source ) : void
source Banshee.Playlist.AbstractPlaylistSource
리턴 void

HandleSeek() 공개 메소드

public HandleSeek ( ) : void
리턴 void

MediaPlayer() 공개 메소드

public MediaPlayer ( ) : System
리턴 System

Next() 공개 메소드

public Next ( ) : void
리턴 void

OpenUri() 공개 메소드

public OpenUri ( string uri ) : void
uri string
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

PlayPause() 공개 메소드

public PlayPause ( ) : void
리턴 void

Previous() 공개 메소드

public Previous ( ) : void
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

Raise() 공개 메소드

public Raise ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long position ) : void
position long
리턴 void

Set() 공개 메소드

public Set ( string interface_name, string propname, object value ) : void
interface_name string
propname string
value object
리턴 void

SetPosition() 공개 메소드

public SetPosition ( string trackid, long position ) : void
trackid string
position long
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void