次の方法で共有


AVPlayerItem.RemoveMediaDataCollector(AVPlayerItemMediaDataCollector) メソッド

定義

この AV プレーヤーアイテムに属する項目の AVPlayerItemMediaDataCollector 配列から、指定したコレクターを削除します。

[Foundation.Export("removeMediaDataCollector:")]
[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 void RemoveMediaDataCollector (AVFoundation.AVPlayerItemMediaDataCollector collector);
abstract member RemoveMediaDataCollector : AVFoundation.AVPlayerItemMediaDataCollector -> unit
override this.RemoveMediaDataCollector : AVFoundation.AVPlayerItemMediaDataCollector -> unit

パラメーター

属性

注釈

このメソッドは、 プロパティに対する項目を MediaDataCollectors 削除します。

適用対象