AVPlayerItem.FromAsset 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FromAsset(AVAsset) |
为给定 |
FromAsset(AVAsset, NSString[]) |
工厂方法,用于为给定 |
FromAsset(AVAsset)
为给定 asset
的 AVPlayerItem 创建 的工厂方法。
[Foundation.Export("playerItemWithAsset:")]
public static AVFoundation.AVPlayerItem FromAsset (AVFoundation.AVAsset asset);
static member FromAsset : AVFoundation.AVAsset -> AVFoundation.AVPlayerItem
参数
返回
- 属性
适用于
FromAsset(AVAsset, NSString[])
工厂方法,用于为给定 asset
创建 AVPlayerItem 并加载指定的 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
参数
返回
- 属性