AudioRenderEffectsManager.EffectsProviderThumbnail Propiedad

Definición

Obtiene la imagen en miniatura asociada a este proveedor de efectos de audio.

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

Valor de propiedad

Imagen en miniatura del proveedor de efectos de audio.

Atributos

Se aplica a