AVAssetWriter.CanAddInput(AVAssetWriterInput) 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.
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
- input
- AVAssetWriterInput
Returns
- Attributes