Write/Read |
About Compression Markers |
Description |
Set and read the marker compression level. First use SearchCompressionPoint to create the compression marker. |
VB Syntax |
mkr.CompressionLevel = value |
Variable |
(Type) - Description |
mkr |
A Marker (object) |
value |
(Double) - Compression level in dB. Choose any number between: -500 dB to 500 dB Standard gain compression values are positive. |
Return Type |
Double |
Default |
1 |
Examples |
|
C++ Syntax |
HRESULT get_CompressionLevel(double* pVal) HRESULT put_CompressionLevel(double newVal) |
Interface |
IMarker4 |