VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Audio_LAME_Keep_All_Frequencies Property

Gets or sets a value indicating whether audio processing in LAME will be disabled.

Pascal
property Audio_LAME_Keep_All_Frequencies: Boolean;
C++
__property Boolean Audio_LAME_Keep_All_Frequencies;
C#
Boolean Audio_LAME_Keep_All_Frequencies;
Visual Basic
Property Audio_LAME_Keep_All_Frequencies() As Boolean
Java
Audio_LAME_Keep_All_Frequencies
IDL
__property Boolean Audio_LAME_Keep_All_Frequencies;
JavaScript
Audio_LAME_Keep_All_Frequencies
PHP
published Audio_LAME_Keep_All_Frequencies;

Keeps all frequencies. (Disables all filters). LAME will automatically apply various types of lowpass filters. This is because the high frequency coefficients can take up a lot of bits that would be better used for lower, more important frequencies. This property will disable all lowpass filtering. Not recommended.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!