| 701 |
playRecordList_[count].ItemType = EMM_MEDIA_TYPE_AUDIO; |
playRecordList_[count].ItemType = EMM_MEDIA_TYPE_AUDIO; |
| 702 |
playRecordList_[count].list = &audioMediaList_; |
playRecordList_[count].list = &audioMediaList_; |
| 703 |
playRecordList_[count].ItemChain = EMM_ITEM_EOT; |
playRecordList_[count].ItemChain = EMM_ITEM_EOT; |
| 704 |
|
count++; |
| 705 |
} |
} |
| 706 |
|
|
| 707 |
/* init video |
/* init video |
| 773 |
/* append */ |
/* append */ |
| 774 |
if ( count > 0 ) |
if ( count > 0 ) |
| 775 |
{ |
{ |
| 776 |
playRecordList_[count++].ItemChain = EMM_ITEM_CONT; |
playRecordList_[count-1].ItemChain = EMM_ITEM_CONT; |
| 777 |
} |
} |
| 778 |
INIT_MM_PLAY_RECORD_LIST(&playRecordList_[count]); |
INIT_MM_PLAY_RECORD_LIST(&playRecordList_[count]); |
| 779 |
playRecordList_[count].ItemType = EMM_MEDIA_TYPE_VIDEO; |
playRecordList_[count].ItemType = EMM_MEDIA_TYPE_VIDEO; |