Mercurial > mplayer.hg
comparison DOCS/tech/playtree @ 25489:52f6429a9ba7
typo: begining --> beginning
author | diego |
---|---|
date | Sun, 23 Dec 2007 21:22:02 +0000 |
parents | 49a433e2e78f |
children | 0f1b5b68af32 |
comparison
equal
deleted
inserted
replaced
25488:74de12ad0c44 | 25489:52f6429a9ba7 |
---|---|
85 This function return different values : | 85 This function return different values : |
86 PLAY_TREE_ITER_ERROR : obvious | 86 PLAY_TREE_ITER_ERROR : obvious |
87 PLAY_TREE_ITER_ENTRY : we are now on an entry | 87 PLAY_TREE_ITER_ENTRY : we are now on an entry |
88 PLAY_TREE_ITER_NODE : we are now on a node | 88 PLAY_TREE_ITER_NODE : we are now on a node |
89 PLAY_TREE_ITER_END : we are now at end | 89 PLAY_TREE_ITER_END : we are now at end |
90 (( Note : I must add a PLAY_TREE_ITER_BEGINING for the begining. Don't know | 90 (( Note : I must add a PLAY_TREE_ITER_BEGINNING for the beginning. Don't know |
91 what it will return in a such case. PLAY_TREE_ITER_ERROR ? )) | 91 what it will return in a such case. PLAY_TREE_ITER_ERROR ? )) |
92 | 92 |
93 There is also play_tree_iter_up_step which can be used to break a loop or skip | 93 There is also play_tree_iter_up_step which can be used to break a loop or skip |
94 the current list. The argument are the same than play_tree_iter_step. The | 94 the current list. The argument are the same than play_tree_iter_step. The |
95 difference is that it go back to parent of the current list, and then step according | 95 difference is that it go back to parent of the current list, and then step according |