AudioFileStream.LastError Property

Definition

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.

Applies to