Write/Read
About Compression Markers

CompressionLevel (Marker) Property


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

See example program

C++ Syntax

HRESULT get_CompressionLevel(double* pVal)

HRESULT put_CompressionLevel(double newVal)

Interface

IMarker4


Last Modified:

8-Feb-2009

MX New topic