AVPlayerLooper.FromPlayer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FromPlayer(AVQueuePlayer, AVPlayerItem) |
Crea un nuevo AVPlayerLooper a partir de los parámetros especificados |
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange) |
Crea un nuevo AVPlayerLooper objeto a partir de , y |
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 loopRange
especificadosplayer
itemToLoop
.
[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