AVCaption.GetRuby(IntPtr, 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("rubyAtIndex:range:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVCaptionRuby? GetRuby(IntPtr index, out Foundation.NSRange outRange);
[<Foundation.Export("rubyAtIndex:range:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRuby : nativeint * NSRange -> AVFoundation.AVCaptionRuby
override this.GetRuby : nativeint * NSRange -> AVFoundation.AVCaptionRuby
Parameters
- index
-
IntPtr
nativeint
- outRange
- NSRange
Returns
- Attributes