AudioStreamDescriptor.LeadingEncoderPadding 屬性

定義

取得或設定編碼器在音訊資料流程開頭插入的樣本數目,做為填補。 使用這個屬性來明確設定系統將用來實作音訊資料流程無間距播放的填補大小。

public:
 property IReference<unsigned int> ^ LeadingEncoderPadding { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> LeadingEncoderPadding();

void LeadingEncoderPadding(IReference<uint32_t> value);
public System.Nullable<uint> LeadingEncoderPadding { get; set; }
var iReference = audioStreamDescriptor.leadingEncoderPadding;
audioStreamDescriptor.leadingEncoderPadding = iReference;
Public Property LeadingEncoderPadding As Nullable(Of UInteger)

屬性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

編碼器插入音訊資料流程開頭做為填補的樣本數目。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於