IBasicAudioEffect.SupportedEncodingProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the encoding properties supported by the custom audio effect.
public:
property IVectorView<AudioEncodingProperties ^> ^ SupportedEncodingProperties { IVectorView<AudioEncodingProperties ^> ^ get(); };
IVectorView<AudioEncodingProperties> SupportedEncodingProperties();
public IReadOnlyList<AudioEncodingProperties> SupportedEncodingProperties { get; }
var iVectorView = iBasicAudioEffect.supportedEncodingProperties;
Public ReadOnly Property SupportedEncodingProperties As IReadOnlyList(Of AudioEncodingProperties)
Property Value
A list of supported encoding properties.