AudioFileStream.PropertyFound Field
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.
This event is raised when a property has been found on the decoded data.
public EventHandler<AudioToolbox.PropertyFoundEventArgs> PropertyFound;
val mutable PropertyFound : EventHandler<AudioToolbox.PropertyFoundEventArgs>
Field Value
Remarks
The most interesting property that is raised is AudioFileStreamProperty.ReadyToProducePackets; When this property is parsed there is enough information to create the output queue. The MagicCookie and the StreamBasicDescription contain the information necessary to create a working instance of the OutputAudioQueue.