Partager via


AVPlayerLooper.FromPlayer Méthode

Définition

Surcharges

FromPlayer(AVQueuePlayer, AVPlayerItem)

Crée un nouveau AVPlayerLooper à partir des et spécifiés playeritemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Crée un à AVPlayerLooper partir des , et loopRangespécifiésplayeritemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem)

Crée un nouveau AVPlayerLooper à partir des et spécifiés 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

Paramètres

player
AVQueuePlayer
itemToLoop
AVPlayerItem

Retours

Attributs

S’applique à

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Crée un à AVPlayerLooper partir des , et loopRangespécifiésplayeritemToLoop.

[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

Paramètres

player
AVQueuePlayer
itemToLoop
AVPlayerItem
loopRange
CMTimeRange

Retours

Attributs

S’applique à