AVPlayerItem.AddOutput(AVPlayerItemOutput) Method

Definition

[Foundation.Export("addOutput:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddOutput (AVFoundation.AVPlayerItemOutput output);
abstract member AddOutput : AVFoundation.AVPlayerItemOutput -> unit
override this.AddOutput : AVFoundation.AVPlayerItemOutput -> unit

Parameters

Attributes

Remarks

The output will be processed according to the rules of the AudioMix and VideoComposition.

Applies to