Compartilhar via


AVPlayerLooper.FromPlayer Método

Definição

Sobrecargas

FromPlayer(AVQueuePlayer, AVPlayerItem)

Cria um novo AVPlayerLooper com base nos e especificados playeritemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Cria um novo AVPlayerLooper com base nos , itemToLoope loopRangeespecificadosplayer.

FromPlayer(AVQueuePlayer, AVPlayerItem)

Cria um novo AVPlayerLooper com base nos e especificados 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

Parâmetros

player
AVQueuePlayer
itemToLoop
AVPlayerItem

Retornos

Atributos

Aplica-se a

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Cria um novo AVPlayerLooper com base nos , itemToLoope loopRangeespecificadosplayer.

[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

Retornos

Atributos

Aplica-se a