AVAssetWriter.inputs Property
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.
Caution
Use the 'Inputs' property instead.
The array of AVAssetWriterInputs for the AVAssetWriter.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use the 'Inputs' property instead.", false)]
public virtual AVFoundation.AVAssetWriterInput[] inputs { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Use the 'Inputs' property instead.", false)>]
member this.inputs : AVFoundation.AVAssetWriterInput[]
Property Value
- Attributes