|
BaseFilterFormatTranslations Property
|
Format translations dictionary.
Namespace:
Accord.Audio.Filters
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntaxpublic Dictionary<SampleFormat, SampleFormat> FormatTranslations { get; }
Public ReadOnly Property FormatTranslations As Dictionary(Of SampleFormat, SampleFormat)
Get
Request Example
View SourceProperty Value
Type:
DictionarySampleFormat,
SampleFormatThe format translations.
Remarks
The dictionary defines which sample formats are supported for
source signals and which sample format will be used for resulting signal.
See Also