共用方式為


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 屬性。

適用於