AVPlayerItem.RemoveMediaDataCollector(AVPlayerItemMediaDataCollector) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified collector from the array of AVPlayerItemMediaDataCollector items that belong to this AV player item..
[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
Parameters
- collector
- AVPlayerItemMediaDataCollector
The AVPlayerItemMediaDataCollector to remove.
- Attributes
Remarks
This method removes items to the MediaDataCollectors property.