共用方式為


AVPlayerLooper.FromPlayer 方法

定義

多載

FromPlayer(AVQueuePlayer, AVPlayerItem)

從指定的 playeritemToLoop 建立新的 AVPlayerLooper

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

從指定的 playeritemToLooploopRange 建立新的 AVPlayerLooper

FromPlayer(AVQueuePlayer, AVPlayerItem)

從指定的 playeritemToLoop 建立新的 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)

從指定的 playeritemToLooploopRange 建立新的 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

傳回

屬性

適用於