Method | Description | |
---|---|---|
BeginAddContainerToQueue ( String aQueueID, String aContainerID, String aSourceID, String aSearchCriteria, String aSortCriteria, uint aStartIndex, uint aEndIndex, uint aPosition, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndAddContainerToQueue(). |
|
BeginAddItemToQueue ( String aQueueID, String aObjectID, uint aPosition, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndAddItemToQueue(). |
|
BeginBrowse ( String aObjectID, String aBrowseFlag, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndBrowse(). |
|
BeginCreateQueue ( String aDesiredName, String aContainerID, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndCreateQueue(). |
|
BeginCreateReference ( String aContainerID, String aObjectID, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndCreateReference(). |
|
BeginDestroyObject ( String aObjectID, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndDestroyObject(). |
|
BeginGetIndexerStatus ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetIndexerStatus(). |
|
BeginGetSearchCapabilities ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetSearchCapabilities(). |
|
BeginGetSortCapabilities ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetSortCapabilities(). |
|
BeginGetSourceInfo ( String aSourceID, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetSourceInfo(). |
|
BeginGetSystemUpdateID ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndGetSystemUpdateID(). |
|
BeginMoveInQueue ( String aObjectID, uint aNewPosition, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndMoveInQueue(). |
|
BeginQueryDatabaseState ( CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndQueryDatabaseState(). |
|
BeginRemoveFromQueue ( String aQueueID, uint aFromPosition, uint aToPosition, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndRemoveFromQueue(). |
|
BeginRenameQueue ( String aQueueID, String aDesiredName, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndRenameQueue(). |
|
BeginRescanSource ( String aSourceID, String aRescanMode, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndRescanSource(). |
|
BeginResetDatabase ( String aScope, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndResetDatabase(). |
|
BeginSearch ( String aContainerID, String aSearchCriteria, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndSearch(). |
|
BeginShuffle ( String aContainerID, String aSelection, CallbackAsyncComplete aCallback ) : void |
Invoke the action asynchronously Returns immediately and will run the client-specified callback when the action later completes. Any output arguments can then be retrieved by calling EndShuffle(). |
|
CpProxyUpnpOrgContentDirectory1 ( |
Constructor Use CpProxy::[Un]Subscribe() to enable/disable querying of state variable and reporting of their changes. |
|
Dispose ( ) : void |
Must be called for each class instance. Must be called before Core.Library.Close().
|
|
EndAddContainerToQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndAddItemToQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndBrowse ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndCreateQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndCreateReference ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndDestroyObject ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetIndexerStatus ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetSearchCapabilities ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetSortCapabilities ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetSourceInfo ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndGetSystemUpdateID ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndMoveInQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndQueryDatabaseState ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndRemoveFromQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndRenameQueue ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndRescanSource ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndResetDatabase ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndSearch ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
EndShuffle ( |
Retrieve the output arguments from an asynchronously invoked action. This may only be called from the callback set in the above Begin function. |
|
PropertyA_ARG_TYPE_Scope ( ) : String |
Query the value of the A_ARG_TYPE_Scope property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
PropertyContainerUpdateIDs ( ) : String |
Query the value of the ContainerUpdateIDs property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
PropertyIndexerStatus ( ) : String |
Query the value of the IndexerStatus property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
PropertySystemUpdateID ( ) : uint |
Query the value of the SystemUpdateID property. This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe(). |
|
SetPropertyA_ARG_TYPE_ScopeChanged ( System aA_ARG_TYPE_ScopeChanged ) : void |
Set a delegate to be run when the A_ARG_TYPE_Scope state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyUpnpOrgContentDirectory1 instance will not overlap. |
|
SetPropertyContainerUpdateIDsChanged ( System aContainerUpdateIDsChanged ) : void |
Set a delegate to be run when the ContainerUpdateIDs state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyUpnpOrgContentDirectory1 instance will not overlap. |
|
SetPropertyIndexerStatusChanged ( System aIndexerStatusChanged ) : void |
Set a delegate to be run when the IndexerStatus state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyUpnpOrgContentDirectory1 instance will not overlap. |
|
SetPropertySystemUpdateIDChanged ( System aSystemUpdateIDChanged ) : void |
Set a delegate to be run when the SystemUpdateID state variable changes. Callbacks may be run in different threads but callbacks for a CpProxyUpnpOrgContentDirectory1 instance will not overlap. |
|
SyncAddContainerToQueue ( String aQueueID, String aContainerID, String aSourceID, String aSearchCriteria, String aSortCriteria, uint aStartIndex, uint aEndIndex, uint aPosition ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncAddItemToQueue ( String aQueueID, String aObjectID, uint aPosition ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncBrowse ( String aObjectID, String aBrowseFlag, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, String &aResult, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncCreateQueue ( String aDesiredName, String aContainerID, String &aGivenName, String &aQueueID, String &aMetaData ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncCreateReference ( String aContainerID, String aObjectID, String &aNewID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncDestroyObject ( String aObjectID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetIndexerStatus ( String &aStatus ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetSearchCapabilities ( String &aSearchCaps ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetSortCapabilities ( String &aSortCaps ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetSourceInfo ( String aSourceID, uint &aNumTracks, uint &aTotalSize, uint &aTotalDuration, uint &aScanProgress, String &aIndexerResult ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncGetSystemUpdateID ( uint &aId ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncMoveInQueue ( String aObjectID, uint aNewPosition, uint &aContainerUpdateID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncQueryDatabaseState ( uint &aCurrentNumResources, uint &aCriticalNumResources, uint &aCurrentDiskUsage, uint &aMaxDiskUsage ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncRemoveFromQueue ( String aQueueID, uint aFromPosition, uint aToPosition, uint &aContainerUpdateID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncRenameQueue ( String aQueueID, String aDesiredName, String &aGivenName ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncRescanSource ( String aSourceID, String aRescanMode ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncResetDatabase ( String aScope ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncSearch ( String aContainerID, String aSearchCriteria, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, String &aResult, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
|
SyncShuffle ( String aContainerID, String aSelection, String &aPlaylistID, String &aPlaylistMetadata ) : void |
Invoke the action synchronously Blocks until the action has been processed on the device and sets any output arguments |
Method | Description | |
---|---|---|
A_ARG_TYPE_ScopePropertyChanged ( ) : void | ||
ContainerUpdateIDsPropertyChanged ( ) : void | ||
IndexerStatusPropertyChanged ( ) : void | ||
SystemUpdateIDPropertyChanged ( ) : void |
public BeginAddContainerToQueue ( String aQueueID, String aContainerID, String aSourceID, String aSearchCriteria, String aSortCriteria, uint aStartIndex, uint aEndIndex, uint aPosition, CallbackAsyncComplete aCallback ) : void | ||
aQueueID | String | |
aContainerID | String | |
aSourceID | String | |
aSearchCriteria | String | |
aSortCriteria | String | |
aStartIndex | uint | |
aEndIndex | uint | |
aPosition | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginAddItemToQueue ( String aQueueID, String aObjectID, uint aPosition, CallbackAsyncComplete aCallback ) : void | ||
aQueueID | String | |
aObjectID | String | |
aPosition | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginBrowse ( String aObjectID, String aBrowseFlag, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, CallbackAsyncComplete aCallback ) : void | ||
aObjectID | String | |
aBrowseFlag | String | |
aFilter | String | |
aStartingIndex | uint | |
aRequestedCount | uint | |
aSortCriteria | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginCreateQueue ( String aDesiredName, String aContainerID, CallbackAsyncComplete aCallback ) : void | ||
aDesiredName | String | |
aContainerID | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginCreateReference ( String aContainerID, String aObjectID, CallbackAsyncComplete aCallback ) : void | ||
aContainerID | String | |
aObjectID | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginDestroyObject ( String aObjectID, CallbackAsyncComplete aCallback ) : void | ||
aObjectID | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetIndexerStatus ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetSearchCapabilities ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetSortCapabilities ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetSourceInfo ( String aSourceID, CallbackAsyncComplete aCallback ) : void | ||
aSourceID | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginGetSystemUpdateID ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginMoveInQueue ( String aObjectID, uint aNewPosition, CallbackAsyncComplete aCallback ) : void | ||
aObjectID | String | |
aNewPosition | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginQueryDatabaseState ( CallbackAsyncComplete aCallback ) : void | ||
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginRemoveFromQueue ( String aQueueID, uint aFromPosition, uint aToPosition, CallbackAsyncComplete aCallback ) : void | ||
aQueueID | String | |
aFromPosition | uint | |
aToPosition | uint | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginRenameQueue ( String aQueueID, String aDesiredName, CallbackAsyncComplete aCallback ) : void | ||
aQueueID | String | |
aDesiredName | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginRescanSource ( String aSourceID, String aRescanMode, CallbackAsyncComplete aCallback ) : void | ||
aSourceID | String | |
aRescanMode | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginResetDatabase ( String aScope, CallbackAsyncComplete aCallback ) : void | ||
aScope | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginSearch ( String aContainerID, String aSearchCriteria, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, CallbackAsyncComplete aCallback ) : void | ||
aContainerID | String | |
aSearchCriteria | String | |
aFilter | String | |
aStartingIndex | uint | |
aRequestedCount | uint | |
aSortCriteria | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public BeginShuffle ( String aContainerID, String aSelection, CallbackAsyncComplete aCallback ) : void | ||
aContainerID | String | |
aSelection | String | |
aCallback | CallbackAsyncComplete | Delegate to run when the action completes. /// This is guaranteed to be run but may indicate an error |
return | void |
public CpProxyUpnpOrgContentDirectory1 ( |
||
aDevice | The device to use | |
return | System |
public EndAddContainerToQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndAddItemToQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndBrowse ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | String | |
aNumberReturned | uint | |
aTotalMatches | uint | |
aUpdateID | uint | |
return | void |
public EndCreateQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aGivenName | String | |
aQueueID | String | |
aMetaData | String | |
return | void |
public EndCreateReference ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aNewID | String | |
return | void |
public EndDestroyObject ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndGetIndexerStatus ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aStatus | String | |
return | void |
public EndGetSearchCapabilities ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aSearchCaps | String | |
return | void |
public EndGetSortCapabilities ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aSortCaps | String | |
return | void |
public EndGetSourceInfo ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aNumTracks | uint | |
aTotalSize | uint | |
aTotalDuration | uint | |
aScanProgress | uint | |
aIndexerResult | String | |
return | void |
public EndGetSystemUpdateID ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aId | uint | |
return | void |
public EndMoveInQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aContainerUpdateID | uint | |
return | void |
public EndQueryDatabaseState ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aCurrentNumResources | uint | |
aCriticalNumResources | uint | |
aCurrentDiskUsage | uint | |
aMaxDiskUsage | uint | |
return | void |
public EndRemoveFromQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aContainerUpdateID | uint | |
return | void |
public EndRenameQueue ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aGivenName | String | |
return | void |
public EndRescanSource ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndResetDatabase ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
return | void |
public EndSearch ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aResult | String | |
aNumberReturned | uint | |
aTotalMatches | uint | |
aUpdateID | uint | |
return | void |
public EndShuffle ( |
||
aAsyncHandle | Argument passed to the delegate set in the above Begin function | |
aPlaylistID | String | |
aPlaylistMetadata | String | |
return | void |
public PropertyContainerUpdateIDs ( ) : String | ||
return | String |
public SetPropertyA_ARG_TYPE_ScopeChanged ( System aA_ARG_TYPE_ScopeChanged ) : void | ||
aA_ARG_TYPE_ScopeChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyContainerUpdateIDsChanged ( System aContainerUpdateIDsChanged ) : void | ||
aContainerUpdateIDsChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertyIndexerStatusChanged ( System aIndexerStatusChanged ) : void | ||
aIndexerStatusChanged | System | The delegate to run when the state variable changes |
return | void |
public SetPropertySystemUpdateIDChanged ( System aSystemUpdateIDChanged ) : void | ||
aSystemUpdateIDChanged | System | The delegate to run when the state variable changes |
return | void |
public SyncAddContainerToQueue ( String aQueueID, String aContainerID, String aSourceID, String aSearchCriteria, String aSortCriteria, uint aStartIndex, uint aEndIndex, uint aPosition ) : void | ||
aQueueID | String | |
aContainerID | String | |
aSourceID | String | |
aSearchCriteria | String | |
aSortCriteria | String | |
aStartIndex | uint | |
aEndIndex | uint | |
aPosition | uint | |
return | void |
public SyncAddItemToQueue ( String aQueueID, String aObjectID, uint aPosition ) : void | ||
aQueueID | String | |
aObjectID | String | |
aPosition | uint | |
return | void |
public SyncBrowse ( String aObjectID, String aBrowseFlag, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, String &aResult, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void | ||
aObjectID | String | |
aBrowseFlag | String | |
aFilter | String | |
aStartingIndex | uint | |
aRequestedCount | uint | |
aSortCriteria | String | |
aResult | String | |
aNumberReturned | uint | |
aTotalMatches | uint | |
aUpdateID | uint | |
return | void |
public SyncCreateQueue ( String aDesiredName, String aContainerID, String &aGivenName, String &aQueueID, String &aMetaData ) : void | ||
aDesiredName | String | |
aContainerID | String | |
aGivenName | String | |
aQueueID | String | |
aMetaData | String | |
return | void |
public SyncCreateReference ( String aContainerID, String aObjectID, String &aNewID ) : void | ||
aContainerID | String | |
aObjectID | String | |
aNewID | String | |
return | void |
public SyncDestroyObject ( String aObjectID ) : void | ||
aObjectID | String | |
return | void |
public SyncGetIndexerStatus ( String &aStatus ) : void | ||
aStatus | String | |
return | void |
public SyncGetSearchCapabilities ( String &aSearchCaps ) : void | ||
aSearchCaps | String | |
return | void |
public SyncGetSortCapabilities ( String &aSortCaps ) : void | ||
aSortCaps | String | |
return | void |
public SyncGetSourceInfo ( String aSourceID, uint &aNumTracks, uint &aTotalSize, uint &aTotalDuration, uint &aScanProgress, String &aIndexerResult ) : void | ||
aSourceID | String | |
aNumTracks | uint | |
aTotalSize | uint | |
aTotalDuration | uint | |
aScanProgress | uint | |
aIndexerResult | String | |
return | void |
public SyncGetSystemUpdateID ( uint &aId ) : void | ||
aId | uint | |
return | void |
public SyncMoveInQueue ( String aObjectID, uint aNewPosition, uint &aContainerUpdateID ) : void | ||
aObjectID | String | |
aNewPosition | uint | |
aContainerUpdateID | uint | |
return | void |
public SyncQueryDatabaseState ( uint &aCurrentNumResources, uint &aCriticalNumResources, uint &aCurrentDiskUsage, uint &aMaxDiskUsage ) : void | ||
aCurrentNumResources | uint | |
aCriticalNumResources | uint | |
aCurrentDiskUsage | uint | |
aMaxDiskUsage | uint | |
return | void |
public SyncRemoveFromQueue ( String aQueueID, uint aFromPosition, uint aToPosition, uint &aContainerUpdateID ) : void | ||
aQueueID | String | |
aFromPosition | uint | |
aToPosition | uint | |
aContainerUpdateID | uint | |
return | void |
public SyncRenameQueue ( String aQueueID, String aDesiredName, String &aGivenName ) : void | ||
aQueueID | String | |
aDesiredName | String | |
aGivenName | String | |
return | void |
public SyncRescanSource ( String aSourceID, String aRescanMode ) : void | ||
aSourceID | String | |
aRescanMode | String | |
return | void |
public SyncResetDatabase ( String aScope ) : void | ||
aScope | String | |
return | void |
public SyncSearch ( String aContainerID, String aSearchCriteria, String aFilter, uint aStartingIndex, uint aRequestedCount, String aSortCriteria, String &aResult, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void | ||
aContainerID | String | |
aSearchCriteria | String | |
aFilter | String | |
aStartingIndex | uint | |
aRequestedCount | uint | |
aSortCriteria | String | |
aResult | String | |
aNumberReturned | uint | |
aTotalMatches | uint | |
aUpdateID | uint | |
return | void |
public SyncShuffle ( String aContainerID, String aSelection, String &aPlaylistID, String &aPlaylistMetadata ) : void | ||
aContainerID | String | |
aSelection | String | |
aPlaylistID | String | |
aPlaylistMetadata | String | |
return | void |