getCompressionValue

abstract fun getCompressionValue(index: Int): Int
Enabled compression algorithms. If this property is set, there may be compressed variants for each asset,
potentially depending on whether the compressed asset variant saved space over the wire.
repeated .elide.data.CompressionMode compression = 4;

Return

The enum numeric value on the wire of compression at the given index.

Parameters

index

The index of the value to return.