Share via


AVCaption.GetTextCombine(IntPtr, NSRange) Method

Definition

[Foundation.Export("textCombineAtIndex:range:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVCaptionTextCombine GetTextCombine(IntPtr index, out Foundation.NSRange outRange);
[<Foundation.Export("textCombineAtIndex:range:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextCombine : nativeint * NSRange -> AVFoundation.AVCaptionTextCombine
override this.GetTextCombine : nativeint * NSRange -> AVFoundation.AVCaptionTextCombine

Parameters

index
IntPtr

nativeint

outRange
NSRange

Returns

Attributes

Applies to