AudioFileStream.LastError 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.
Contains the latest error code set by one of the methods in AudioFileStream.
public AudioToolbox.AudioFileStreamStatus LastError { get; }
member this.LastError : AudioToolbox.AudioFileStreamStatus
Property Value
Remarks
Accessing some properties and methods set this value when accessed, you can use this during debugging to identify problems in your code.