AVPlayerItemRenderedLegibleOutputPushDelegate.DidOutputRenderedCaptionImages 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("renderedLegibleOutput:didOutputRenderedCaptionImages:forItemTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOutputRenderedCaptionImages(AVFoundation.AVPlayerItemRenderedLegibleOutput output, AVFoundation.AVRenderedCaptionImage[] captionImages, CoreMedia.CMTime itemTime);
[<Foundation.Export("renderedLegibleOutput:didOutputRenderedCaptionImages:forItemTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidOutputRenderedCaptionImages : AVFoundation.AVPlayerItemRenderedLegibleOutput * AVFoundation.AVRenderedCaptionImage[] * CoreMedia.CMTime -> unit
override this.DidOutputRenderedCaptionImages : AVFoundation.AVPlayerItemRenderedLegibleOutput * AVFoundation.AVRenderedCaptionImage[] * CoreMedia.CMTime -> unit
Parameters
- captionImages
- AVRenderedCaptionImage[]
- itemTime
- CMTime
Implements
- Attributes