AudioStreamDescriptor.LeadingEncoderPadding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定編碼器在音訊資料流程開頭插入的樣本數目,做為填補。 使用這個屬性來明確設定系統將用來實作音訊資料流程無間距播放的填補大小。
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)
屬性值
編碼器插入音訊資料流程開頭做為填補的樣本數目。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|