共用方式為


AudioFileStream.PropertyFound 欄位

定義

在解碼的資料上找到屬性時,就會引發此事件。

public EventHandler<AudioToolbox.PropertyFoundEventArgs> PropertyFound;
val mutable PropertyFound : EventHandler<AudioToolbox.PropertyFoundEventArgs>

欄位值

備註

引發的最有趣屬性是 AudioFileStreamProperty.ReadyToProducePackets;剖析這個屬性時,有足夠的資訊可建立輸出佇列。 MagicCookie 和 StreamBasicDescription 包含建立 OutputAudioQueue 工作實例所需的資訊。

適用於