1

Sometimes when my iPad starts playing video, I get below warning
WARNING:
under normal conditions, _fillInQueueWithExtraSpace:ignoreExistingItems: should not be re-entered.
Anyone have any idea on why I am getting this warning? I found questions like this here and here but it was not useful.

4

1 に答える 1

0

ムービーを再生する前に、ムービー プレーヤーの loadState を確認してください。ロードが MPMovieLoadStateUnknown でない場合にのみムービーを再生します。それが setContentUrl である場合は、perpareToPlay を呼び出します。

于 2013-03-28T11:07:30.137 に答える