Compartir a través de


AVPlayerLooper.FromPlayer Método

Definición

Sobrecargas

FromPlayer(AVQueuePlayer, AVPlayerItem)

Crea un nuevo AVPlayerLooper a partir de los parámetros especificados player y itemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Crea un nuevo AVPlayerLooper objeto a partir de , y loopRangeespecificadosplayeritemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem)

Crea un nuevo AVPlayerLooper a partir de los parámetros especificados player y itemToLoop.

[Foundation.Export("playerLooperWithPlayer:templateItem:")]
public static AVFoundation.AVPlayerLooper FromPlayer (AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop);
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem -> AVFoundation.AVPlayerLooper

Parámetros

player
AVQueuePlayer
itemToLoop
AVPlayerItem

Devoluciones

Atributos

Se aplica a

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Crea un nuevo AVPlayerLooper objeto a partir de , y loopRangeespecificadosplayeritemToLoop.

[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

Parámetros

player
AVQueuePlayer
itemToLoop
AVPlayerItem
loopRange
CMTimeRange

Devoluciones

Atributos

Se aplica a