AudioFileStream.PropertyFound Field

Definition

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.

Applies to