AVPlayerLooper.FromPlayer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromPlayer(AVQueuePlayer, AVPlayerItem) |
從指定的 |
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange) |
從指定的 |
FromPlayer(AVQueuePlayer, AVPlayerItem)
從指定的 player
和 itemToLoop
建立新的 AVPlayerLooper 。
[Foundation.Export("playerLooperWithPlayer:templateItem:")]
public static AVFoundation.AVPlayerLooper FromPlayer (AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop);
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem -> AVFoundation.AVPlayerLooper
參數
- player
- AVQueuePlayer
- itemToLoop
- AVPlayerItem
傳回
- 屬性
適用於
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)
從指定的 player
、 itemToLoop
和 loopRange
建立新的 AVPlayerLooper 。
[Foundation.Export("playerLooperWithPlayer:templateItem:timeRange:")]
public static AVFoundation.AVPlayerLooper FromPlayer (AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop, CoreMedia.CMTimeRange loopRange);
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem * CoreMedia.CMTimeRange -> AVFoundation.AVPlayerLooper
參數
- player
- AVQueuePlayer
- itemToLoop
- AVPlayerItem
- loopRange
- CMTimeRange
傳回
- 屬性