AVAssetWriter.MovieFragmentInterval Property

Definition

Supported only by QuickTime movies, allows partially-written files to be opened.

public virtual CoreMedia.CMTime MovieFragmentInterval { [Foundation.Export("movieFragmentInterval", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setMovieFragmentInterval:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.MovieFragmentInterval : CoreMedia.CMTime with get, set

Property Value

Attributes

Remarks

In QuickTime movies only, playback is supported up to the largest multiple of MovieFragmentInterval less than the time at which the file stopped being written.

Applies to