AVPlayerItem.AddOutput(AVPlayerItemOutput) 方法

定义

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

参数

属性

注解

output将根据 和 VideoComposition的规则AudioMix处理 。

适用于