AVPlayerItem.AddOutput(AVPlayerItemOutput) 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.
Adds an AVPlayerItemOutput.
[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
- output
- AVPlayerItemOutput
- Attributes
Remarks
The output
will be processed according to the rules of the AudioMix and VideoComposition.