Поделиться через


AVPlayerLooper.FromPlayer Метод

Определение

Перегрузки

FromPlayer(AVQueuePlayer, AVPlayerItem)

Создает новый AVPlayerLooper объект из указанных player и itemToLoop.

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Создает новый AVPlayerLooper объект из указанных player, itemToLoopи loopRange.

FromPlayer(AVQueuePlayer, AVPlayerItem)

Создает новый AVPlayerLooper объект из указанных 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

Параметры

player
AVQueuePlayer
itemToLoop
AVPlayerItem

Возвращаемое значение

Атрибуты

Применяется к

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

Создает новый AVPlayerLooper объект из указанных player, itemToLoopи loopRange.

[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

Параметры

player
AVQueuePlayer
itemToLoop
AVPlayerItem
loopRange
CMTimeRange

Возвращаемое значение

Атрибуты

Применяется к