共用方式為


FrameInputNodeQuantumStartedEventArgs 類別

定義

提供 AudioFrameInputNode.QuantumStarted 事件的資料。 當包含音訊畫面輸入節點的音訊圖形準備好開始處理新的資料量子時,就會引發此事件。

public ref class FrameInputNodeQuantumStartedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FrameInputNodeQuantumStartedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FrameInputNodeQuantumStartedEventArgs
Public NotInheritable Class FrameInputNodeQuantumStartedEventArgs
繼承
Object Platform::Object IInspectable FrameInputNodeQuantumStartedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

處理 AudioFrameInputNode.QuantumStarted 事件,以取得這個類別的實例。

屬性

RequiredSamples

取得音訊圖形需要以資料填滿量子的樣本數目。

適用於