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

属性值

音频效果提供程序的缩略图。

属性

适用于