Public Attributes | |
| NS_DECL_ISUPPORTS nsRefPtr < sbIPDDevice > | ipdDevice |
| Itdb_Track ** | trackBatch |
| PRUint32 | batchCount |
Import the batch of iPod tracks specified by aTrackBatch and aBatchCount into the Songbird device library.
This function implements the batch processing using a batch callback. This function is divided into multiple parts, the main function and the callback functions, as follows:
ImportTrackBatch Main function. ImportTrackBatch1 Static batch callback function. ImportTrackBatch2 Object batch callback function.
| aTrackBatch | Batch of tracks to import. |
| aBatchCount | Number of tracks in batch. |
Definition at line 1585 of file sbIPDTrack.cpp.
| PRUint32 ImportTrackBatchParams::batchCount |
Definition at line 1591 of file sbIPDTrack.cpp.
| NS_DECL_ISUPPORTS nsRefPtr<sbIPDDevice> ImportTrackBatchParams::ipdDevice |
Definition at line 1589 of file sbIPDTrack.cpp.
| Itdb_Track** ImportTrackBatchParams::trackBatch |
Definition at line 1590 of file sbIPDTrack.cpp.