FrameInputNodeQuantumStartedEventArgs.RequiredSamples 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得音訊圖形需要以資料填滿量子的樣本數目。
public:
property int RequiredSamples { int get(); };
int RequiredSamples();
public int RequiredSamples { get; }
var int32 = frameInputNodeQuantumStartedEventArgs.requiredSamples;
Public ReadOnly Property RequiredSamples As Integer
屬性值
Int32
int
音訊圖形需要以資料填滿量子的樣本數目。
備註
將 AudioFrame 傳遞至 AddFrame 方法,以提供所需的音訊範例。 建議您只提交音訊圖表所要求的樣本數目。 提交額外的樣本可能會導致音訊圖形中的延遲。
如果節點中目前的資料量超過足以填滿一個量子, RequiredSamples 將會是 0。
請注意,這個屬性所傳回的計數代表填滿量子所需的音訊畫面數。 所需的樣本數目取決於音訊編碼設定中的通道數目。 例如,針對 2 通道音訊,所需的樣本數目實際上是這個屬性傳回的值兩倍。