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
パラメーター
戻り値
- 属性