AVPlayerLooper.FromPlayer 方法

定义

重载

FromPlayer(AVQueuePlayer, AVPlayerItem)

AVPlayerLooper从指定的 playeritemToLoop创建新的 。

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

AVPlayerLooper从指定的 playeritemToLooploopRange创建新的 。

FromPlayer(AVQueuePlayer, AVPlayerItem)

AVPlayerLooper从指定的 playeritemToLoop创建新的 。

[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)

AVPlayerLooper从指定的 playeritemToLooploopRange创建新的 。

[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

返回

属性

适用于