Write/Read |
About Compression Algorithm |
Description |
Set and read the algorithm method used to compute gain compression. |
VB Syntax |
gca.CompressionAlgorithm = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(tagNAGCACompressionAlgorithm) - Algorithm method. Choose from:
|
Return Type |
Enum |
Default |
naCompressionFromLinearGain (0) |
Examples |
gca.CompressionAlgorithm = naXYCompression 'Write |
compAlg = gca.CompressionAlgorithm 'Read |
|
C++ Syntax |
HRESULT get_CompressionAlgorithm(tagNAGCACompressionAlgorithm* pVal) HRESULT put_CompressionAlgorithm(tagNAGCACompressionAlgorithm newVal) |
Interface |
IGainCompression |