Méthode | Description | |
---|---|---|
OnStreamRequest ( |
This method raises the stream request event used by the audio player to start a streaming session
|
|
SearchListModel ( |
Constructor that initializes the commands and the local reference to the peer
|
Méthode | Description | |
---|---|---|
NotifyPropertyChanged ( String info ) : void |
Method called when a property has been changed. This method rises the event PropertyChange.
|
|
searchFn ( object args = null ) : void |
Backend method for the search command. This method uses the peer to search the network and loads the results in the Response list.
|
|
startStream ( object args = null ) : void |
Backend method for the start stream command. This method calls the OnStreamRequest
|
public OnStreamRequest ( |
||
args | Parameter that will be passed to the handler | |
Résultat | void |
public SearchListModel ( |
||
peer | Peer that will be used to get information from the network | |
Résultat | System |