AVAssetWriterInputGroup.Create 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.
Factory method to create a AVAssetWriterInputGroup with the specified sinputs
and, optionally, a defaultInput
.
[Foundation.Export("assetWriterInputGroupWithInputs:defaultInput:")]
public static AVFoundation.AVAssetWriterInputGroup Create (AVFoundation.AVAssetWriterInput[] inputs, AVFoundation.AVAssetWriterInput defaultInput);
static member Create : AVFoundation.AVAssetWriterInput[] * AVFoundation.AVAssetWriterInput -> AVFoundation.AVAssetWriterInputGroup
Parameters
- inputs
- AVAssetWriterInput[]
Returns
- Attributes