AVMutableMovieTrack.AppendSampleBuffer Method

Definition

[Foundation.Export("appendSampleBuffer:decodeTime:presentationTime:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AppendSampleBuffer(CoreMedia.CMSampleBuffer sampleBuffer, out CoreMedia.CMTime outDecodeTime, out CoreMedia.CMTime presentationTime, out Foundation.NSError error);
[<Foundation.Export("appendSampleBuffer:decodeTime:presentationTime:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendSampleBuffer : CoreMedia.CMSampleBuffer * CMTime * CMTime * NSError -> bool
override this.AppendSampleBuffer : CoreMedia.CMSampleBuffer * CMTime * CMTime * NSError -> bool

Parameters

sampleBuffer
CMSampleBuffer
outDecodeTime
CMTime
presentationTime
CMTime
error
NSError

Returns

Attributes

Applies to