AVMutableVideoCompositionInstruction.LayerInstructions 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.
Gets or sets the array of AVVideoCompositionLayerInstruction objects that specify the composition and layering, or null
.
public override AVFoundation.AVVideoCompositionLayerInstruction[] LayerInstructions { [Foundation.Export("layerInstructions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLayerInstructions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LayerInstructions : AVFoundation.AVVideoCompositionLayerInstruction[] with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes