次の方法で共有


AVPlayerItem.MediaDataCollectors プロパティ

定義

この AV プレーヤー項目の AVPlayerItemMediaDataCollector オブジェクトの配列を取得します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVPlayerItemMediaDataCollector[] MediaDataCollectors { [Foundation.Export("mediaDataCollectors")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.MediaDataCollectors : AVFoundation.AVPlayerItemMediaDataCollector[]

プロパティ値

この AV プレーヤー項目に AVPlayerItemMediaDataCollector 追加されたオブジェクトの配列。

属性

適用対象