次の方法で共有


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 で導入)

適用対象