AudioFileStream.OnPropertyFound Method
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.
Invoked when a propety is found.
protected virtual void OnPropertyFound (AudioToolbox.AudioFileStreamProperty propertyID, ref AudioToolbox.AudioFileStreamPropertyFlag ioFlags);
abstract member OnPropertyFound : AudioToolbox.AudioFileStreamProperty * -> unit
override this.OnPropertyFound : AudioToolbox.AudioFileStreamProperty * -> unit
Parameters
- propertyID
- AudioFileStreamProperty
The property that has been found.
- ioFlags
- AudioFileStreamPropertyFlag
Remarks
The default implementation merely raises the PropetyFound event.