Edit

Share via


AVAssetWriter.CanAddInput(AVAssetWriterInput) Method

Definition

Whether the input can be added to the AVAssetWriter.

[Foundation.Export("canAddInput:")]
public virtual bool CanAddInput (AVFoundation.AVAssetWriterInput input);
abstract member CanAddInput : AVFoundation.AVAssetWriterInput -> bool
override this.CanAddInput : AVFoundation.AVAssetWriterInput -> bool

Parameters

Returns

Attributes

Applies to