AVMutableCaption.SetDecoration(AVCaptionDecoration, NSRange) 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.
[Foundation.Export("setDecoration:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDecoration(AVFoundation.AVCaptionDecoration decoration, Foundation.NSRange range);
[<Foundation.Export("setDecoration:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDecoration : AVFoundation.AVCaptionDecoration * Foundation.NSRange -> unit
override this.SetDecoration : AVFoundation.AVCaptionDecoration * Foundation.NSRange -> unit
Parameters
- decoration
- AVCaptionDecoration
- range
- NSRange
- Attributes