AVPlayerLooper.FromPlayer Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FromPlayer(AVQueuePlayer, AVPlayerItem) |
Cria um novo AVPlayerLooper com base nos e especificados |
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange) |
Cria um novo AVPlayerLooper com base nos , |
FromPlayer(AVQueuePlayer, AVPlayerItem)
Cria um novo AVPlayerLooper com base nos e especificados player
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
Retornos
- Atributos
Aplica-se a
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)
Cria um novo AVPlayerLooper com base nos , itemToLoop
e loopRange
especificadosplayer
.
[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