AVPlayerItem.FromAsset Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FromAsset(AVAsset) |
Metodo Factory che crea un AVPlayerItem oggetto per l'oggetto specificato |
FromAsset(AVAsset, NSString[]) |
Metodo Factory che crea un AVPlayerItem oggetto per l'oggetto specificato |
FromAsset(AVAsset)
Metodo Factory che crea un AVPlayerItem oggetto per l'oggetto specificato asset
.
[Foundation.Export("playerItemWithAsset:")]
public static AVFoundation.AVPlayerItem FromAsset (AVFoundation.AVAsset asset);
static member FromAsset : AVFoundation.AVAsset -> AVFoundation.AVPlayerItem
Parametri
Restituisce
- Attributi
Si applica a
FromAsset(AVAsset, NSString[])
Metodo Factory che crea un AVPlayerItem oggetto per l'oggetto specificato asset
e carica l'oggetto specificato automaticallyLoadedAssetKeys
.
[Foundation.Export("playerItemWithAsset:automaticallyLoadedAssetKeys:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVPlayerItem FromAsset (AVFoundation.AVAsset asset, Foundation.NSString[] automaticallyLoadedAssetKeys);
static member FromAsset : AVFoundation.AVAsset * Foundation.NSString[] -> AVFoundation.AVPlayerItem
Parametri
Restituisce
- Attributi