AudioRenderEffectsManager.EffectsProviderThumbnail 屬性

定義

取得與此音訊效果提供者相關聯的縮圖影像。

public:
 property IRandomAccessStreamWithContentType ^ EffectsProviderThumbnail { IRandomAccessStreamWithContentType ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IRandomAccessStreamWithContentType EffectsProviderThumbnail();
/// [get: Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IRandomAccessStreamWithContentType EffectsProviderThumbnail();
public IRandomAccessStreamWithContentType EffectsProviderThumbnail { [Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public IRandomAccessStreamWithContentType EffectsProviderThumbnail { [Windows.Foundation.Metadata.Deprecated("Not supported starting in windows 10", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var iRandomAccessStreamWithContentType = audioRenderEffectsManager.effectsProviderThumbnail;
Public ReadOnly Property EffectsProviderThumbnail As IRandomAccessStreamWithContentType

屬性值

音訊效果提供者的縮圖影像。

屬性

適用於