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 项。

适用于