AudioFile.DeferSizeUpdates Property
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.
Gets or sets a Boolean value that controls whether the updating of file size information in the header will be deferred until the file is read, optimized, or closed. The default, which is safer, is false
public bool DeferSizeUpdates { get; set; }
member this.DeferSizeUpdates : bool with get, set