共用方式為


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 來處理 。

適用於